Click here to Skip to main content
15,896,269 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: about Required Field Validator in asp.net Pin
Abhijit Jana24-Oct-08 19:32
professionalAbhijit Jana24-Oct-08 19:32 
QuestionWeb deployment tools - please recommend Pin
tjkota24-Oct-08 12:18
tjkota24-Oct-08 12:18 
AnswerRe: Web deployment tools - please recommend Pin
Abhijit Jana24-Oct-08 19:29
professionalAbhijit Jana24-Oct-08 19:29 
GeneralRe: Web deployment tools - please recommend Pin
tjkota28-Oct-08 11:15
tjkota28-Oct-08 11:15 
Questiondatetime object problem Pin
VijayVishwakarma24-Oct-08 9:26
VijayVishwakarma24-Oct-08 9:26 
AnswerRe: datetime object problem Pin
Blue_Boy24-Oct-08 12:08
Blue_Boy24-Oct-08 12:08 
AnswerRe: datetime object problem Pin
Guffa24-Oct-08 12:18
Guffa24-Oct-08 12:18 
GeneralRe: datetime object problem Pin
VijayVishwakarma24-Oct-08 18:54
VijayVishwakarma24-Oct-08 18:54 

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.