Click here to Skip to main content
15,867,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can anyone ? Pin
Brij22-Dec-08 2:45
mentorBrij22-Dec-08 2:45 
QuestionLive Chatting Pin
smraj150322-Dec-08 2:02
smraj150322-Dec-08 2:02 
AnswerRe: Live Chatting Pin
Abhijit Jana22-Dec-08 2:09
professionalAbhijit Jana22-Dec-08 2:09 
AnswerRe: Live Chatting Pin
jabdal22-Dec-08 7:55
jabdal22-Dec-08 7:55 
QuestionTake Hindi inputs in textbox in asp.net Pin
jitendrakrpandey22-Dec-08 1:41
jitendrakrpandey22-Dec-08 1:41 
AnswerRe: Take Hindi inputs in textbox in asp.net Pin
Abhijit Jana22-Dec-08 2:07
professionalAbhijit Jana22-Dec-08 2:07 
AnswerRe: Take Hindi inputs in textbox in asp.net Pin
Shuaib wasif khan9-Sep-09 13:46
Shuaib wasif khan9-Sep-09 13:46 
QuestionProblem with dynamic radio button [modified] Pin
B8722-Dec-08 1:08
B8722-Dec-08 1:08 
Hi freinds,
Iam creating radio buttons at runtime it is working fine in internet explorer but with firefox it is very difficult to select radio button.

I am using ASP.NET c#,version 2.0
this is the code iam using,

RadioButton rd = new RadioButton();
rd.ID = "id" + i.ToString();
rd.Text = ans[i];
rd.GroupName = "dynrd";

And binding needed RB to Panel like this,

Panel1.Controls.Add(rd);

How to solve it....I can select radio button but it is very difficult to select.

modified on Monday, December 22, 2008 8:43 AM

AnswerRe: Problem with dynamic radio button Pin
Christian Graus22-Dec-08 11:28
protectorChristian Graus22-Dec-08 11:28 
QuestionGet one row from every group of records Pin
R111922-Dec-08 1:03
R111922-Dec-08 1:03 
AnswerRe: Get one row from every group of records Pin
Abhijit Jana22-Dec-08 1:06
professionalAbhijit Jana22-Dec-08 1:06 
AnswerRe: Get one row from every group of records Pin
Brij22-Dec-08 1:42
mentorBrij22-Dec-08 1:42 
Questionhyperlink +multiline text box Pin
pragya_chaubisa22-Dec-08 0:11
pragya_chaubisa22-Dec-08 0:11 
AnswerRe: hyperlink +multiline text box Pin
Christian Graus22-Dec-08 0:23
protectorChristian Graus22-Dec-08 0:23 
GeneralRe: hyperlink +multiline text box Pin
pragya_chaubisa22-Dec-08 0:55
pragya_chaubisa22-Dec-08 0:55 
Questiondynamically add a linkbutton to datagrid Pin
sudhakk21-Dec-08 23:47
sudhakk21-Dec-08 23:47 
AnswerRe: dynamically add a linkbutton to datagrid Pin
Abhijit Jana21-Dec-08 23:53
professionalAbhijit Jana21-Dec-08 23:53 
QuestionHide URL Pin
BalasubramanianK21-Dec-08 23:46
BalasubramanianK21-Dec-08 23:46 
AnswerRe: Hide URL Pin
Abhijit Jana21-Dec-08 23:54
professionalAbhijit Jana21-Dec-08 23:54 
GeneralRe: Hide URL Pin
BalasubramanianK22-Dec-08 0:02
BalasubramanianK22-Dec-08 0:02 
GeneralRe: Hide URL Pin
Abhijit Jana22-Dec-08 0:18
professionalAbhijit Jana22-Dec-08 0:18 
GeneralRe: Hide URL Pin
BalasubramanianK22-Dec-08 0:29
BalasubramanianK22-Dec-08 0:29 
Questionshow progress bar before load of each screen in asp.net Pin
mahammad_0921-Dec-08 23:25
mahammad_0921-Dec-08 23:25 
AnswerRe: show progress bar before load of each screen in asp.net Pin
Christian Graus21-Dec-08 23:29
protectorChristian Graus21-Dec-08 23:29 
AnswerRe: show progress bar before load of each screen in asp.net Pin
Abhijit Jana22-Dec-08 0:06
professionalAbhijit Jana22-Dec-08 0:06 

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.