Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
tanya foster4-Aug-06 9:45
tanya foster4-Aug-06 9:45 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Guffa4-Aug-06 11:54
Guffa4-Aug-06 11:54 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
prabhu dot net4-Aug-06 19:32
prabhu dot net4-Aug-06 19:32 
GeneralRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Amit Agarrwal4-Aug-06 20:30
Amit Agarrwal4-Aug-06 20:30 
QuestionNeed Help To Achieve Asynchronous Pages Using iFrames Pin
TheFan244-Aug-06 3:48
TheFan244-Aug-06 3:48 
AnswerRe: Need Help To Achieve Asynchronous Pages Using iFrames [modified] Pin
Tim Kohler4-Aug-06 10:30
Tim Kohler4-Aug-06 10:30 
QuestionGridview Control Pin
Kamal.Afridi4-Aug-06 3:05
Kamal.Afridi4-Aug-06 3:05 
AnswerRe: Gridview Control Pin
VenkataRamana.Gali4-Aug-06 3:43
VenkataRamana.Gali4-Aug-06 3:43 
Hi
row.Cells[3].Text will gives blank. Bounded Column will retuns DataBoundLiteralControl. with this u will get the cell value

DataBoundLiteralControl dbLiteral= (DataBoundLiteralControl)row.Cells[3].Controls[0];<br />
string a = dbLiteral.Text;<br />
//do required with string a






regards
GV Ramana

GeneralRe: Gridview Control Pin
Kamal.Afridi5-Aug-06 23:57
Kamal.Afridi5-Aug-06 23:57 
Questionrequired field validator [modified] Pin
omi984-Aug-06 3:00
omi984-Aug-06 3:00 
AnswerRe: required field validator Pin
Mohammed Amine4-Aug-06 6:14
Mohammed Amine4-Aug-06 6:14 
QuestionHow we can use INPUTBOX in ASP.NET 2.0? Pin
Haridas.R4-Aug-06 1:49
Haridas.R4-Aug-06 1:49 
AnswerRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
Mike Ellison4-Aug-06 2:49
Mike Ellison4-Aug-06 2:49 
GeneralRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
tanya foster4-Aug-06 3:13
tanya foster4-Aug-06 3:13 
GeneralRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
Mike Ellison4-Aug-06 3:33
Mike Ellison4-Aug-06 3:33 
AnswerRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
l0kke4-Aug-06 2:57
l0kke4-Aug-06 2:57 
QuestionError Pin
Kunal P4-Aug-06 1:47
Kunal P4-Aug-06 1:47 
AnswerRe: Error Pin
ToddHileHoffer4-Aug-06 2:10
ToddHileHoffer4-Aug-06 2:10 
Generalthanks Pin
Kunal P4-Aug-06 19:42
Kunal P4-Aug-06 19:42 
Questionhi Pin
jeevanchowlur4-Aug-06 1:44
jeevanchowlur4-Aug-06 1:44 
AnswerRe: hi Pin
Not Active4-Aug-06 2:05
mentorNot Active4-Aug-06 2:05 
QuestionProblem with Mozilla browser Pin
VenkataRamana.Gali4-Aug-06 1:41
VenkataRamana.Gali4-Aug-06 1:41 
QuestionProblem with office automation Pin
IamADotNetGuy4-Aug-06 1:02
IamADotNetGuy4-Aug-06 1:02 
AnswerRe: Problem with office automation Pin
Ista4-Aug-06 3:26
Ista4-Aug-06 3:26 
QuestionIs it possible to select date from the calendar and put the date to the detailsview? Pin
blurMember3-Aug-06 23:48
blurMember3-Aug-06 23:48 

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.