Click here to Skip to main content
15,921,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP Grid Pin
varshavmane9-May-07 2:20
varshavmane9-May-07 2:20 
GeneralRe: ASP Grid Pin
speedy_gonzalas9-May-07 18:32
speedy_gonzalas9-May-07 18:32 
GeneralRe: ASP Grid Pin
varshavmane9-May-07 20:06
varshavmane9-May-07 20:06 
GeneralRe: ASP Grid Pin
speedy_gonzalas9-May-07 20:13
speedy_gonzalas9-May-07 20:13 
GeneralRe: ASP Grid Pin
varshavmane9-May-07 20:34
varshavmane9-May-07 20:34 
QuestionRental System Pin
Brendan Vogt9-May-07 1:35
Brendan Vogt9-May-07 1:35 
Questionhow to edit DropDownList [modified] Pin
savindra.bandi9-May-07 1:34
savindra.bandi9-May-07 1:34 
AnswerRe: how to edit DropDownList Pin
Sandeep Akhare9-May-07 3:56
Sandeep Akhare9-May-07 3:56 
savindra.bandi wrote:
eer i want to allow user to add item 3

you can add item at run time
<br />
 DropDownList1.Items.Add(new ListItem("text","Value"));<br />

savindra.bandi wrote:
n the 3rd lstitem i want to allow user to edit his own item.

I think you can't do it using drop down list .
You can go with different approach by Adding one more TextBox
When user selects item from drop down list it will get into text where you can Edit it and After editing Add back to drop down list ...




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... "




GeneralRe: how to edit DropDownList Pin
savindra.bandi9-May-07 19:23
savindra.bandi9-May-07 19:23 
QuestionRadioButton List Disabled Problem Pin
sonia_basangar9-May-07 1:34
sonia_basangar9-May-07 1:34 
AnswerRe: RadioButton List Disabled Problem Pin
varshavmane9-May-07 2:30
varshavmane9-May-07 2:30 
AnswerRe: RadioButton List Disabled Problem Pin
Sandeep Akhare9-May-07 2:32
Sandeep Akhare9-May-07 2:32 
QuestionRadioButtonList Problem Pin
sonia_basangar9-May-07 1:31
sonia_basangar9-May-07 1:31 
Questionusage of COM Component in .net Pin
vijay_839-May-07 1:27
vijay_839-May-07 1:27 
AnswerRe: usage of COM Component in .net Pin
Sandeep Akhare9-May-07 2:04
Sandeep Akhare9-May-07 2:04 
GeneralRe: usage of COM Component in .net Pin
vijay_839-May-07 18:43
vijay_839-May-07 18:43 
QuestionDifference between Asp.Net Ajax 1.0 and Atlas Pin
Bijay Bhaskar Deo9-May-07 1:14
Bijay Bhaskar Deo9-May-07 1:14 
AnswerRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
Sylvester george9-May-07 1:24
Sylvester george9-May-07 1:24 
GeneralRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
Bijay Bhaskar Deo9-May-07 1:32
Bijay Bhaskar Deo9-May-07 1:32 
AnswerRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
Sam Heller9-May-07 2:27
Sam Heller9-May-07 2:27 
AnswerRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
szukuro9-May-07 4:08
szukuro9-May-07 4:08 
QuestionInterview Question Pin
SwaSubhaVijju9-May-07 0:13
SwaSubhaVijju9-May-07 0:13 
AnswerRe: Interview Question Pin
PSK_9-May-07 0:26
PSK_9-May-07 0:26 
AnswerRe: Interview Question Pin
Sandeep Akhare9-May-07 0:38
Sandeep Akhare9-May-07 0:38 
GeneralRe: Interview Question Pin
SwaSubhaVijju9-May-07 5:38
SwaSubhaVijju9-May-07 5:38 

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.