Click here to Skip to main content
15,891,431 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to reload Pin
sudharsong7-Aug-06 0:01
sudharsong7-Aug-06 0:01 
AnswerRe: how to reload Pin
psamy7-Aug-06 0:15
psamy7-Aug-06 0:15 
GeneralRe: how to reload Pin
sudharsong7-Aug-06 20:44
sudharsong7-Aug-06 20:44 
GeneralRe: how to reload Pin
_AK_7-Aug-06 20:46
_AK_7-Aug-06 20:46 
QuestionDataAdapter.Update Pin
Ravi kumar G6-Aug-06 23:15
Ravi kumar G6-Aug-06 23:15 
AnswerRe: DataAdapter.Update Pin
psamy7-Aug-06 0:17
psamy7-Aug-06 0:17 
Questionhow to add tooltip to the Radiobuttonlist items Pin
sunita ramesh6-Aug-06 22:07
sunita ramesh6-Aug-06 22:07 
AnswerRe: how to add tooltip to the Radiobuttonlist items Pin
ramyasangeet7-Aug-06 1:28
ramyasangeet7-Aug-06 1:28 
hi

try this

1.Add items in Page_load.

Eg:
Radiolist.Items.Add(new ListItem("yes","1"));<br />
Radiolist.Items.Add(new ListItem("No","2"));

2.Then add tool tip for this

Radiolist.Items[0].Attributes.Add("title", "enter tooltip text here");<br />
   Radiolist.Items[1].Attributes.Add("title", "enter tooltip text here");<br />






cheers

sangeet

QuestionHow to set ReadOnly property to CheckBoxField in GridView for Some Rows Pin
krishnaiah6-Aug-06 21:09
krishnaiah6-Aug-06 21:09 
AnswerRe: How to set ReadOnly property to CheckBoxField in GridView for Some Rows Pin
minhpc_bk7-Aug-06 15:31
minhpc_bk7-Aug-06 15:31 
Questionpass query string in window.opener.location.reload Pin
mbbisht6-Aug-06 20:44
mbbisht6-Aug-06 20:44 
AnswerRe: pass query string in window.opener.location.reload Pin
Guffa6-Aug-06 21:33
Guffa6-Aug-06 21:33 
QuestionASP.NET Newbie [modified] Pin
aweh6-Aug-06 20:40
aweh6-Aug-06 20:40 
Questionupload realted things by using WebClient very urgent ? [modified] Pin
Tridip Bhattacharjee6-Aug-06 20:19
professionalTridip Bhattacharjee6-Aug-06 20:19 
QuestionSelecting row on clicking the row header Pin
24891286-Aug-06 19:45
24891286-Aug-06 19:45 
AnswerRe: Selecting row on clicking the row header Pin
_AK_7-Aug-06 20:47
_AK_7-Aug-06 20:47 
Questionhandling key Press, key Up & key Down Events for a data grid on web form Pin
24891286-Aug-06 18:43
24891286-Aug-06 18:43 
AnswerRe: handling key Press, key Up & key Down Events for a data grid on web form Pin
Tim Kohler7-Aug-06 16:53
Tim Kohler7-Aug-06 16:53 
GeneralRe: handling key Press, key Up & key Down Events for a data grid on web form Pin
24891287-Aug-06 17:28
24891287-Aug-06 17:28 
GeneralRe: handling key Press, key Up & key Down Events for a data grid on web form Pin
Tim Kohler8-Aug-06 2:18
Tim Kohler8-Aug-06 2:18 
Questionsolution to PostBack? [modified] Pin
blurMember6-Aug-06 18:04
blurMember6-Aug-06 18:04 
AnswerRe: solution to PostBack? Pin
l0kke7-Aug-06 0:44
l0kke7-Aug-06 0:44 
GeneralRe: solution to PostBack? Pin
blurMember7-Aug-06 20:28
blurMember7-Aug-06 20:28 
GeneralRe: solution to PostBack? Pin
l0kke8-Aug-06 11:30
l0kke8-Aug-06 11:30 
AnswerRe: solution to PostBack? Pin
jitu gupta7-Aug-06 18:31
jitu gupta7-Aug-06 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.