Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: button control issue. Pin
Declan Bright31-Mar-08 1:29
Declan Bright31-Mar-08 1:29 
QuestionRe: button control issue. Pin
Pankaj Garg31-Mar-08 2:17
Pankaj Garg31-Mar-08 2:17 
GeneralRe: button control issue. Pin
Declan Bright31-Mar-08 2:25
Declan Bright31-Mar-08 2:25 
GeneralASP.NET Development Server + SoapExtensions Pin
Roger Alsing31-Mar-08 0:29
Roger Alsing31-Mar-08 0:29 
GeneralRe: ASP.NET Development Server + SoapExtensions Pin
Laddie31-Mar-08 0:37
Laddie31-Mar-08 0:37 
GeneralRe: ASP.NET Development Server + SoapExtensions Pin
Roger Alsing31-Mar-08 3:31
Roger Alsing31-Mar-08 3:31 
QuestionNaming randomly a DropDownList Pin
kontax30-Mar-08 23:47
kontax30-Mar-08 23:47 
GeneralRe: Naming randomly a DropDownList [modified] Pin
Laddie30-Mar-08 23:52
Laddie30-Mar-08 23:52 
What you ae thinking is to dinamically create s ?


That is a wrong way if you want to create dynamic dropdownlist.
It is not the s(That is just a pointer to the newly created object) but id that diffrentiates the dropdownlist in the runtime

so give them dinamic id's

Eg:

Random i= new Random();
DropDownList s = new DropDownList();
s.Id = i.ToString();

How about that.

Thanks
Laddie


Kindly rate if the answer was helpful

modified on Monday, March 31, 2008 6:09 AM

GeneralRe: Naming randomly a DropDownList Pin
kontax31-Mar-08 0:22
kontax31-Mar-08 0:22 
Questioncreate image from hexadecimal string Pin
Member 394396030-Mar-08 22:36
Member 394396030-Mar-08 22:36 
GeneralRe: create image from hexadecimal string Pin
Guffa31-Mar-08 0:08
Guffa31-Mar-08 0:08 
QuestionRe: create image from hexadecimal string Pin
Member 394396031-Mar-08 0:20
Member 394396031-Mar-08 0:20 
GeneralRe: create image from hexadecimal string Pin
Guffa31-Mar-08 15:12
Guffa31-Mar-08 15:12 
Questionhow to create shopping cart using xml Pin
Ravi_2130-Mar-08 22:12
Ravi_2130-Mar-08 22:12 
GeneralRe: how to create shopping cart using xml Pin
J4amieC30-Mar-08 22:33
J4amieC30-Mar-08 22:33 
QuestionSending Email Pin
Soumini Ramakrishnan30-Mar-08 21:56
Soumini Ramakrishnan30-Mar-08 21:56 
GeneralRe: Sending Email Pin
Abhijit Jana30-Mar-08 22:27
professionalAbhijit Jana30-Mar-08 22:27 
GeneralRe: Sending Email Pin
Laddie30-Mar-08 23:25
Laddie30-Mar-08 23:25 
GeneralRe: Sending Email Pin
Soumini Ramakrishnan31-Mar-08 0:53
Soumini Ramakrishnan31-Mar-08 0:53 
GeneralRe: Sending Email Pin
Laddie31-Mar-08 1:11
Laddie31-Mar-08 1:11 
GeneralRe: Sending Email Pin
Soumini Ramakrishnan31-Mar-08 1:39
Soumini Ramakrishnan31-Mar-08 1:39 
GeneralRe: Sending Email Pin
Laddie31-Mar-08 2:21
Laddie31-Mar-08 2:21 
GeneralGenerate asp.net page on the fly [modified] Pin
Pawel Gielmuda30-Mar-08 21:44
Pawel Gielmuda30-Mar-08 21:44 
GeneralRe: Generate asp.net page on the fly Pin
Guffa31-Mar-08 0:14
Guffa31-Mar-08 0:14 
GeneralRe: Generate asp.net page on the fly Pin
Pawel Gielmuda31-Mar-08 3:07
Pawel Gielmuda31-Mar-08 3:07 

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.