Click here to Skip to main content
15,911,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem binding data to GridView Pin
Brent Lamborn13-Sep-07 5:16
Brent Lamborn13-Sep-07 5:16 
GeneralRe: Problem binding data to GridView Pin
macca2413-Sep-07 23:50
macca2413-Sep-07 23:50 
QuestionAsp.net in intranet Pin
prabhu dot net13-Sep-07 3:07
prabhu dot net13-Sep-07 3:07 
AnswerRe: Asp.net in intranet Pin
Urs Enzler13-Sep-07 3:50
Urs Enzler13-Sep-07 3:50 
AnswerRe: Asp.net in intranet Pin
Guffa13-Sep-07 3:51
Guffa13-Sep-07 3:51 
QuestionASP.Net: Multiple Asynchronous Calls Pin
IshfaqHussain13-Sep-07 2:34
IshfaqHussain13-Sep-07 2:34 
QuestionTrap events for dynamically created RadioButtonList Pin
Rakesh Khanna13-Sep-07 2:32
professionalRakesh Khanna13-Sep-07 2:32 
AnswerRe: Trap events for dynamically created RadioButtonList Pin
Sandeep Akhare13-Sep-07 2:41
Sandeep Akhare13-Sep-07 2:41 
No probs you need to register the javascript from server side so one thing pass the clientid of the radiobutton list from server i.g
<br />
 RadioButton objects = new RadioButton();<br />
        objects.ID = "Somthing";<br />
        objects.Text = "Click me";<br />
        this.Page.Form.Controls.Add(objects);<br />
<br />
        objects.Attributes.Add("OnClick", "javascript:alert('"+objects.ClientID+"');");<br />
<br />


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




QuestionCrystal reports chart option is disabled in my visual studio 2005 dev Pin
codelinks13-Sep-07 1:57
codelinks13-Sep-07 1:57 
Questionpassport authentication Pin
Sonia Gupta13-Sep-07 1:57
Sonia Gupta13-Sep-07 1:57 
AnswerRe: passport authentication Pin
Pete O'Hanlon13-Sep-07 4:44
mvePete O'Hanlon13-Sep-07 4:44 
QuestionResponse.Redirect Error [modified] Pin
rsgdba13-Sep-07 1:11
rsgdba13-Sep-07 1:11 
AnswerRe: Response.Redirect Error Pin
nagendrathecoder13-Sep-07 1:20
nagendrathecoder13-Sep-07 1:20 
GeneralRe: Response.Redirect Error Pin
rsgdba13-Sep-07 1:34
rsgdba13-Sep-07 1:34 
AnswerRe: Response.Redirect Error Pin
Imran Khan Pathan13-Sep-07 1:40
Imran Khan Pathan13-Sep-07 1:40 
AnswerCeate a seperate page for ForgetPassword Pin
Sandeep Akhare13-Sep-07 1:42
Sandeep Akhare13-Sep-07 1:42 
GeneralRe: Response.Redirect Error Pin
rsgdba13-Sep-07 1:46
rsgdba13-Sep-07 1:46 
GeneralRe: Response.Redirect Error Pin
nagendrathecoder13-Sep-07 1:49
nagendrathecoder13-Sep-07 1:49 
GeneralRe: Response.Redirect Error Pin
rsgdba13-Sep-07 2:21
rsgdba13-Sep-07 2:21 
GeneralRe: Response.Redirect Error Pin
Sandeep Akhare13-Sep-07 1:49
Sandeep Akhare13-Sep-07 1:49 
QuestionVS.net2005 -web application publishing problem Pin
Vipin.d13-Sep-07 0:53
Vipin.d13-Sep-07 0:53 
AnswerRe: VS.net2005 -web application publishing problem Pin
Imran Khan Pathan13-Sep-07 1:23
Imran Khan Pathan13-Sep-07 1:23 
GeneralRe: VS.net2005 -web application publishing problem Pin
Vipin.d13-Sep-07 2:53
Vipin.d13-Sep-07 2:53 
GeneralRe: VS.net2005 -web application publishing problem Pin
Vipin.d13-Sep-07 2:55
Vipin.d13-Sep-07 2:55 
QuestionBetter way of definding label control at run time Pin
imranafsari13-Sep-07 0:51
imranafsari13-Sep-07 0:51 

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.