all groups > asp.net webcontrols > october 2004 > threads for october 29 - 31, 2004
Filter by week: 1 2 3 4 5
checkboxlist data population and validation using javascript
Posted by deepak kumar at 10/31/2004 11:44:01 PM
i need to populate checkboxlist(3 here) using javascript only(no serverside
programming)..........here populate means that they should be checked based
on any condition....and also if user does not check any one of them and click
a button to submit page to posatback (server) then alert mesage ... more >>
How do I pass a value in a Hyperlink?
Posted by JDP NO[at]SPAM Work at 10/31/2004 8:19:20 PM
I want to pass a SRS report name from the reports page that has a hyperlink for
each SRS report in the Sales folder.
So far I have the following....
Reports.aspx
<html>
.....omitted code
<a onfocus="this.blur()"
onclick="NewWindow(this.href,'ReportOptions','400','400','no','center');retur... more >>
Response.Redirect question
Posted by niv at 10/31/2004 2:32:00 PM
private void Button1_Click(object sender,
System.EventArgs e)
{
Response.Redirect("regpopup.aspx");
}
Anyone know why this does not navigate to regpopup.aspx?... more >>
image and text
Posted by seep at 10/30/2004 8:54:56 PM
Hello,
I have an image of a light bulb.. I want to write xome
text in front of the image...
How can I do this?
... more >>
J.W. see it
Posted by deepak kumar at 10/30/2004 12:46:01 AM
how can i populate asp.net dropdownlist server control on client side using
javascript with values 0,1,2,.up to 29 ..............
plz show me urs code with urs reply..............
also if i make any chages to values at cleint side then it should chage
value in server side table..
eg. if user ... more >>
simple question(ddlist and javascript)
Posted by deepak kumar at 10/29/2004 8:11:01 PM
how i can fill multiple values in dropdownlist websercontrol using
javascript at client side at page load time .
i want to fil values from 0,1,2,...29 in it but when i use FOR LOOP then
error comes otu that object expected .
plz see it ......and show me complete code of aspx page..
thanks...... more >>
RegisterStartupScript cannot work.
Posted by RickDee at 10/29/2004 3:33:22 PM
Hi.
I am using Visual Web Development Beta 2 from Microsoft. I am trying to pop
up a message with text "Are you sure?" with two buttons ( OK and Cancel )
when user click a delete button on my web site. After looking up and down. I
found that this site provide the help file which I think I need.... more >>
calendar control questions
Posted by fiddler27 NO[at]SPAM att.net at 10/29/2004 9:29:29 AM
any help appreciated on the following.
1. I can't get the selected date to be set through code, I need a
certain day dynamically based upon parameters to be highlighted (the
same way a day gets highlighted if you click on the day yourself), I
have tried using calendar.selected=highlightdate an... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
plz see this problem(dropdownlist and javascript)
Posted by deepak kumar at 10/29/2004 12:41:04 AM
i want to populate asp:dropdownlist control using javascript at page load time
how can i do this . i m unable to access the asp:dropdownlist using
javascript .
i want to populate the dropdown with integre valuers(0,1,2,3.........up to
29) so that when page loads at client sides then ,this dro... more >>
|