Click here to Skip to main content
15,885,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Interface Pin
padmanabhan N10-Nov-09 1:18
padmanabhan N10-Nov-09 1:18 
GeneralRe: Interface Pin
dan!sh 10-Nov-09 1:24
professional dan!sh 10-Nov-09 1:24 
GeneralRe: Interface Pin
padmanabhan N10-Nov-09 1:32
padmanabhan N10-Nov-09 1:32 
GeneralRe: Interface Pin
dan!sh 10-Nov-09 1:36
professional dan!sh 10-Nov-09 1:36 
AnswerRe: Interface Pin
Shameel10-Nov-09 2:28
professionalShameel10-Nov-09 2:28 
QuestionGRIDVIEW in ASP.NEt and C# Pin
sajitk2010-Nov-09 0:31
sajitk2010-Nov-09 0:31 
AnswerRe: GRIDVIEW in ASP.NEt and C# Pin
padmanabhan N10-Nov-09 1:14
padmanabhan N10-Nov-09 1:14 
AnswerRe: GRIDVIEW in ASP.NEt and C# [modified] Pin
Raja Soosai10-Nov-09 2:08
Raja Soosai10-Nov-09 2:08 
Hi

Use Grid view to allow the user to enter the information. Access the grid row from CodeBehind and Save the Entered Data.

Please use the following line to access the data grid textbox value from code behind

Convert.ToString(CType(GridView1.Rows(i).FindControl("Text1"), Textbox).Text)

Thanks,
Raja.S

modified on Tuesday, November 10, 2009 8:22 AM

QuestionRun asp.net Site in IIS Pin
angle5710-Nov-09 0:30
angle5710-Nov-09 0:30 
AnswerRe: Run asp.net Site in IIS Pin
padmanabhan N10-Nov-09 1:15
padmanabhan N10-Nov-09 1:15 
QuestionEncryption Technique in Asp.net using C# Pin
Amit Patel198510-Nov-09 0:19
Amit Patel198510-Nov-09 0:19 
AnswerRe: Encryption Technique in Asp.net using C# Pin
Gamzun10-Nov-09 0:25
Gamzun10-Nov-09 0:25 
GeneralRe: Encryption Technique in Asp.net using C# Pin
Amit Patel198510-Nov-09 0:52
Amit Patel198510-Nov-09 0:52 
AnswerRe: Encryption Technique in Asp.net using C# Pin
Ashfield10-Nov-09 1:36
Ashfield10-Nov-09 1:36 
QuestionEmailing html page Pin
Ersan Ercek10-Nov-09 0:03
Ersan Ercek10-Nov-09 0:03 
AnswerRe: Emailing html page Pin
Gamzun10-Nov-09 0:12
Gamzun10-Nov-09 0:12 
GeneralRe: Emailing html page Pin
Ersan Ercek10-Nov-09 0:30
Ersan Ercek10-Nov-09 0:30 
QuestionLoop many records from database to many table Pin
LTMKH9-Nov-09 23:50
LTMKH9-Nov-09 23:50 
AnswerRe: Loop many records from database to many table Pin
Gamzun10-Nov-09 0:06
Gamzun10-Nov-09 0:06 
GeneralRe: Loop many records from database to many table Pin
LTMKH10-Nov-09 0:21
LTMKH10-Nov-09 0:21 
GeneralRe: Loop many records from database to many table Pin
Gamzun10-Nov-09 1:58
Gamzun10-Nov-09 1:58 
GeneralRe: Loop many records from database to many table Pin
LTMKH10-Nov-09 20:52
LTMKH10-Nov-09 20:52 
AnswerRe: Loop many records from database to many table Pin
Shameel10-Nov-09 2:44
professionalShameel10-Nov-09 2:44 
GeneralRe: Loop many records from database to many table Pin
LTMKH10-Nov-09 14:43
LTMKH10-Nov-09 14:43 
GeneralRe: Loop many records from database to many table Pin
Gamzun11-Nov-09 7:30
Gamzun11-Nov-09 7:30 

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.