Click here to Skip to main content
15,918,333 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: add javascript function to dynamically created treeview child Pin
Niya18-Dec-07 22:46
Niya18-Dec-07 22:46 
GeneralMenu control in ASP.NET 2.0 Pin
micydon18-Dec-07 21:10
micydon18-Dec-07 21:10 
Generalscheduler Pin
manowj18-Dec-07 21:08
manowj18-Dec-07 21:08 
GeneralRe: scheduler Pin
Abhijit Jana18-Dec-07 21:28
professionalAbhijit Jana18-Dec-07 21:28 
GeneralRe: scheduler Pin
N a v a n e e t h18-Dec-07 21:52
N a v a n e e t h18-Dec-07 21:52 
GeneralRe: scheduler Pin
Paddy Boyd18-Dec-07 22:50
Paddy Boyd18-Dec-07 22:50 
GeneralRe: scheduler Pin
Christian Graus18-Dec-07 23:14
protectorChristian Graus18-Dec-07 23:14 
GeneralRadio buttonlist Pin
Rock Star.18-Dec-07 20:57
Rock Star.18-Dec-07 20:57 
Hi,
I am using the following code to retrieve the Id of all the radiobuttonlist in my aspx form. But I also want the value of the radiobuttonlist. Anyone know how can i do this thing.

If Form.HasControls() Then
Dim i As Integer
For i = 0 To form1.Controls.Count - 1
If InStr(form1.Controls(i).ID, "rad") Then

Response.Write( "
- " & form1.Controls(i).ID)
End If
Next i
End If

Thanking You!
Rock Star

GeneralASP.Net RSS Pin
rajanandal18-Dec-07 20:35
rajanandal18-Dec-07 20:35 
GeneralRe: ASP.Net RSS Pin
Abhijit Jana18-Dec-07 20:42
professionalAbhijit Jana18-Dec-07 20:42 
GeneralRe: ASP.Net RSS Pin
Michael Sync18-Dec-07 20:46
Michael Sync18-Dec-07 20:46 
GeneralPass DataBound value(DataList) in Javascript function Pin
.NET- India 18-Dec-07 20:02
.NET- India 18-Dec-07 20:02 
GeneralRe: Pass DataBound value(DataList) in Javascript function Pin
Michael Sync18-Dec-07 20:54
Michael Sync18-Dec-07 20:54 
GeneralRe: Pass DataBound value(DataList) in Javascript function Pin
.NET- India 18-Dec-07 21:32
.NET- India 18-Dec-07 21:32 
GeneralRe: Pass DataBound value(DataList) in Javascript function Pin
Michael Sync18-Dec-07 21:45
Michael Sync18-Dec-07 21:45 
GeneralRe: Pass DataBound value(DataList) in Javascript function Pin
.NET- India 18-Dec-07 23:30
.NET- India 18-Dec-07 23:30 
GeneralRe: Pass DataBound value(DataList) in Javascript function Pin
.NET- India 19-Dec-07 0:22
.NET- India 19-Dec-07 0:22 
QuestionCollapse a frame when click on the treeview inside another frame in the same page Pin
mithun narayanan18-Dec-07 19:32
mithun narayanan18-Dec-07 19:32 
GeneralJavaScript problem in Mozila Pin
DownBySpj18-Dec-07 19:27
DownBySpj18-Dec-07 19:27 
GeneralRe: JavaScript problem in Mozila Pin
N a v a n e e t h18-Dec-07 19:31
N a v a n e e t h18-Dec-07 19:31 
GeneralRe: JavaScript problem in Mozila Pin
Michael Sync18-Dec-07 19:48
Michael Sync18-Dec-07 19:48 
QuestionRefresh the Web Page Pin
senthilsstil18-Dec-07 19:24
senthilsstil18-Dec-07 19:24 
GeneralRe: Refresh the Web Page Pin
Michael Sync18-Dec-07 19:27
Michael Sync18-Dec-07 19:27 
GeneralRe: Refresh the Web Page Pin
vickysantosh18-Dec-07 19:55
vickysantosh18-Dec-07 19:55 
Questionhow to make the image in a fixed size Pin
chithra.r18-Dec-07 18:31
chithra.r18-Dec-07 18:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.