Hi,
Im trying to use popupcontrolextender in my asp.net project my code is as follows:
‘The targetcontrol which will raise the popupextender
<asp:HyperLink ID="HyperLink1" runat="server">Sign in</asp:HyperLink>
‘Panel which will appear in popup
<asp:Panel ID="loginPanel" runat="server" style="display:none;border-color:Red;">
<div style="border-color:Red;display:block">
Hi, this is trial of popup control extender control provided by ajax control toolkit.
[…]
Im trying to dynamically add controls such as text boxes, radio buttons, check boxes, etc to a user control(ascx page). Im basically trying to build a very simple faceted search. Here is the scenario the user defines a string that specifies what is to appear on the page, some thing like this:
searchParams = "Name:TextBox, City:Radio{a;b;c}"
So […]
Last week’s article, Creating Charts with the Google Chart API, looked at how
to use Google’s free Chart API to generate line, pie, bar, and other types of charts from an ASP.NET page. The Google Chart API is callable via a
URL that contains the chart type, size, data, and other parameters in the querystring and returns […]
hai friends,
i am developing a application using asp.net and c# and sqlserver.
i am already created the application.but on that i am not getting a solution for a problem.
i want to a search a record from that application.using a empid or name or designation
anything.
if a enter the empno the employee details must be displayed.
please tell me […]