hi
i have a webform with an image and a text box in it
if i click that image a popup calender should appear... if i select the date,that date should come into the text box... and the the popup should close. all this should happen with out post back
plzz help
with regards
sriram
User Profile
Collapse
-
Differences between asp and asp.net
What are the major differences between asp and asp.net -
Scrolling the contents in a data grid
the contents in the datagrid should be scrolled, with the header freezed...
that means when ever the web page is opened the contents should scroll automatically,e xcept the header
plzz help -
first we should use the name space
System.Web.Mail
code for sending a mail through .Net is
MailMessage mm=new MailMessage();
mm.From="abc_cb a@yahoo.co.in";
mm.To="xyz_zyx@ yahoo.com";
mm.Subject="exa mple program";
mm.Body="hi";
mm.Priority = MailPriority.Hi gh;
SmtpMail.Send(m m);
hope this code will be useful to u... -
navigation on the web pages
iam working on c#.net.
let us suppose there are 4 web pages in an application. when the second webform is clicked then a navigation should appear on the top of the page showing the path from where he entered that page.
eg::: webform1-webform2
if the third webform is clicked
webform1-webform2-webform3
plzz any one help..... -
this will be useful to u for sending the variable value from one page to another
while redirecting to another page send the value of the variable like
response.redire ct ("WebForm1.aspx ?a="+a)
in the above ex the value of a will be redirected to the webform1
and the value can be retrieved there by using request.query string like
request.queryst ring["a"]Leave a comment:
-
how to show 3 tables in a datagrid
i have three tables in the data set and i have to show all the three in a single data grid..plzzz help -
-
how to open an open dialog box in an asp application
i need to open an open dialog box in an asp application.her e the openfiledialog option is disabled... -
thanks a lot for the solution, but i need to open an open dialog box in an asp application.her e the openfiledialog option is disabled...Leave a comment:
-
how to open an open dialogbox using c#.net
hi frnds,
iam shaam working on c#.net. i want the way how to open an open dialog box so that i can select the file from that by opening that dialog box and select a file and add the path into a text box....
i will be very helpful to one and all if u help me in solving this problem...
No activity results to display
Show More
Leave a comment: