Click here to Skip to main content
15,922,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to use DropDownList with C#.NET Pin
Parwej Ahamad25-Oct-08 0:05
professionalParwej Ahamad25-Oct-08 0:05 
AnswerRe: How to use DropDownList with C#.NET Pin
slSoftware25-Oct-08 7:09
slSoftware25-Oct-08 7:09 
Questionhow to send a email.... Pin
raghvendrapanda24-Oct-08 22:10
raghvendrapanda24-Oct-08 22:10 
AnswerRe: how to send a email.... Pin
Abhijit Jana24-Oct-08 23:30
professionalAbhijit Jana24-Oct-08 23:30 
GeneralRe: how to send a email.... Pin
raghvendrapanda25-Oct-08 0:15
raghvendrapanda25-Oct-08 0:15 
GeneralRe: how to send a email.... Pin
Abhijit Jana25-Oct-08 0:23
professionalAbhijit Jana25-Oct-08 0:23 
GeneralRe: how to send a email.... Pin
raghvendrapanda25-Oct-08 2:02
raghvendrapanda25-Oct-08 2:02 
GeneralRe: how to send a email.... Pin
Abhijit Jana25-Oct-08 2:15
professionalAbhijit Jana25-Oct-08 2:15 
GeneralRe: how to send a email.... Pin
raghvendrapanda25-Oct-08 2:35
raghvendrapanda25-Oct-08 2:35 
AnswerRe: how to send a email.... Pin
Shazz Rock25-Oct-08 2:38
Shazz Rock25-Oct-08 2:38 
Questionasp:Timer control now working in gridview Pin
VijayVishwakarma24-Oct-08 21:56
VijayVishwakarma24-Oct-08 21:56 
QuestionTextBox id problem Pin
raghvendrapanda24-Oct-08 21:27
raghvendrapanda24-Oct-08 21:27 
AnswerRe: TextBox id problem Pin
Abhijit Jana24-Oct-08 22:04
professionalAbhijit Jana24-Oct-08 22:04 
GeneralTo Whom How Marked it as a bad answer Pin
Abhijit Jana24-Oct-08 23:05
professionalAbhijit Jana24-Oct-08 23:05 
GeneralRe: To Whom How Marked it as a bad answer Pin
raghvendrapanda24-Oct-08 23:32
raghvendrapanda24-Oct-08 23:32 
GeneralQuery Pin
Abhijit Jana24-Oct-08 23:57
professionalAbhijit Jana24-Oct-08 23:57 
First of all Sorry For My Misunderstanding of your question. Smile | :)
Now I have some query regarding your question,
You have some textbox ,having ID as TextBox1,TextBox2 etc..
raghvendrapanda wrote:
Here is the code.
for (int j = k+2; j <= i + DaysinMonth - 2; j++)
{
string a = j.ToString();
string s2 = string.Concat("TextBox", a);

}

This Give
s2="TextBox9"
raghvendrapanda wrote:
I want to assign the value into the Text of TextBox9.

Now You want to Asign that S2 Value to TextBox9 and Similiar if s2 value is TextBox8, then TextBox8 wiill contain S2 value ?
isnt it?

cheers,
Abhijit

GeneralThanks Pin
raghvendrapanda25-Oct-08 0:43
raghvendrapanda25-Oct-08 0:43 
GeneralRe: Thanks Pin
Abhijit Jana25-Oct-08 0:47
professionalAbhijit Jana25-Oct-08 0:47 
Questionfind control on Gridview using javascript Pin
VijayVishwakarma24-Oct-08 20:00
VijayVishwakarma24-Oct-08 20:00 
AnswerRe: find control on Gridview using javascript Pin
Kannan Ar24-Oct-08 20:09
professionalKannan Ar24-Oct-08 20:09 
GeneralRe: find control on Gridview using javascript Pin
Abhijit Jana24-Oct-08 20:39
professionalAbhijit Jana24-Oct-08 20:39 
GeneralRe: find control on Gridview using javascript Pin
Kannan Ar24-Oct-08 22:47
professionalKannan Ar24-Oct-08 22:47 
QuestionRe: find control on Gridview using javascript Pin
Abhijit Jana24-Oct-08 23:15
professionalAbhijit Jana24-Oct-08 23:15 
AnswerRe: find control on Gridview using javascript Pin
Abhijit Jana24-Oct-08 20:40
professionalAbhijit Jana24-Oct-08 20:40 
Questionabout Required Field Validator in asp.net Pin
vijaylumar24-Oct-08 19:03
vijaylumar24-Oct-08 19:03 

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.