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

ASP.NET

 
GeneralRe: Create table in codebehind Pin
Colin Angus Mackay2-Apr-09 0:52
Colin Angus Mackay2-Apr-09 0:52 
Questionproblem after publishing on server Pin
prateekfgiet1-Apr-09 22:38
prateekfgiet1-Apr-09 22:38 
AnswerRe: problem after publishing on server Pin
Abhijit Jana1-Apr-09 22:59
professionalAbhijit Jana1-Apr-09 22:59 
Questiondropdownlist with other option Pin
prateekfgiet1-Apr-09 22:37
prateekfgiet1-Apr-09 22:37 
AnswerRe: dropdownlist with other option Pin
anilpal1-Apr-09 23:02
anilpal1-Apr-09 23:02 
AnswerRe: dropdownlist with other option Pin
Abhijit Jana1-Apr-09 23:06
professionalAbhijit Jana1-Apr-09 23:06 
GeneralRe: dropdownlist with other option Pin
prateekfgiet1-Apr-09 23:20
prateekfgiet1-Apr-09 23:20 
GeneralRe: dropdownlist with other option Pin
Alok Sharma ji2-Apr-09 3:54
Alok Sharma ji2-Apr-09 3:54 
i m doing in this manner
protected void DropDownList6_SelectedIndexChanged(object sender, EventArgs e)
{
if (DropDownList6.SelectedValue == "OTHER")
{
TextBox12.Visible = true;............

hi this happens with me ones and there is no need to be panic on that just try the code here is:
protected void DropDownList6_SelectedIndexChanged(object sender, EventArgs e)
{
if (DropDownList6.SelectedIndex == "OTHER index value in numeric")
{
........
ok hope this sorts out the problem well.
Question3rd party tools for gridviews Pin
samerh1-Apr-09 22:36
samerh1-Apr-09 22:36 
AnswerRe: 3rd party tools for gridviews Pin
Piyush Vardhan Singh2-Apr-09 0:13
Piyush Vardhan Singh2-Apr-09 0:13 
QuestionHow to set GridView Row Height!!! Pin
Sr...Frank1-Apr-09 22:27
Sr...Frank1-Apr-09 22:27 
AnswerRe: How to set GridView Row Height!!! Pin
anilpal1-Apr-09 22:57
anilpal1-Apr-09 22:57 
GeneralRe: How to set GridView Row Height!!! Pin
Sr...Frank1-Apr-09 23:20
Sr...Frank1-Apr-09 23:20 
GeneralRe: How to set GridView Row Height!!! Pin
anilpal2-Apr-09 0:01
anilpal2-Apr-09 0:01 
GeneralRe: How to set GridView Row Height!!! Pin
Sr...Frank2-Apr-09 3:55
Sr...Frank2-Apr-09 3:55 
AnswerRe: How to set GridView Row Height!!! Pin
Abhijit Jana1-Apr-09 23:01
professionalAbhijit Jana1-Apr-09 23:01 
AnswerRe: How to set GridView Row Height!!! Pin
Alok Sharma ji2-Apr-09 3:36
Alok Sharma ji2-Apr-09 3:36 
GeneralRe: How to set GridView Row Height!!! Pin
Sr...Frank2-Apr-09 3:56
Sr...Frank2-Apr-09 3:56 
QuestionCant display image in my webpage Pin
bishwambhar_sen1-Apr-09 22:19
bishwambhar_sen1-Apr-09 22:19 
AnswerRe: Cant display image in my webpage Pin
anilpal1-Apr-09 22:56
anilpal1-Apr-09 22:56 
GeneralRe: Cant display image in my webpage Pin
bishwambhar_sen1-Apr-09 23:57
bishwambhar_sen1-Apr-09 23:57 
AnswerRe: Cant display image in my webpage Pin
anilpal2-Apr-09 0:09
anilpal2-Apr-09 0:09 
AnswerRe: Cant display image in my webpage Pin
Alok Sharma ji2-Apr-09 3:44
Alok Sharma ji2-Apr-09 3:44 
QuestionDebug Java Script On safari browser Pin
prabhakar dwivedi1-Apr-09 21:50
prabhakar dwivedi1-Apr-09 21:50 
AnswerRe: Debug Java Script On safari browser Pin
mr_muskurahat1-Apr-09 22:06
mr_muskurahat1-Apr-09 22: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.