Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPassing Page Object into Class Pin
cullyk27-Apr-06 22:55
cullyk27-Apr-06 22:55 
AnswerRe: Passing Page Object into Class Pin
Paddy Boyd27-Apr-06 23:21
Paddy Boyd27-Apr-06 23:21 
GeneralRe: Passing Page Object into Class Pin
cullyk27-Apr-06 23:41
cullyk27-Apr-06 23:41 
GeneralRe: Passing Page Object into Class Pin
Paddy Boyd27-Apr-06 23:42
Paddy Boyd27-Apr-06 23:42 
GeneralRe: Passing Page Object into Class Pin
cullyk27-Apr-06 23:45
cullyk27-Apr-06 23:45 
GeneralRe: Passing Page Object into Class Pin
Paddy Boyd27-Apr-06 23:48
Paddy Boyd27-Apr-06 23:48 
GeneralRe: Passing Page Object into Class Pin
cullyk28-Apr-06 0:19
cullyk28-Apr-06 0:19 
Questiontextbox in grid Pin
david boon27-Apr-06 22:38
david boon27-Apr-06 22:38 
hi,

i have a txtbox in grid where user gives the input.i have to store the text into database. but iam unable to get the text. this is code iam using:
Dim TxtBox As TextBox = CType(DataGrid1.Items(count).FindControl("TxtTimings"), System.Web.UI.WebControls.TextBox)

Dim Timing As String = TxtBox.Text
Response.Write(timing)

please help


Thanks and Regards,
David Boon.
AnswerRe: textbox in grid Pin
Paddy Boyd27-Apr-06 22:48
Paddy Boyd27-Apr-06 22:48 
GeneralRe: textbox in grid Pin
david boon27-Apr-06 23:39
david boon27-Apr-06 23:39 
AnswerRe: textbox in grid Pin
Paddy Boyd27-Apr-06 23:41
Paddy Boyd27-Apr-06 23:41 
GeneralRe: textbox in grid Pin
david boon27-Apr-06 23:54
david boon27-Apr-06 23:54 
Questionasp.net 2.0 login Pin
fmardani27-Apr-06 21:29
fmardani27-Apr-06 21:29 
AnswerRe: asp.net 2.0 login Pin
minhpc_bk27-Apr-06 22:30
minhpc_bk27-Apr-06 22:30 
QuestionOpening a new window from a page Pin
galessio4527-Apr-06 21:22
galessio4527-Apr-06 21:22 
AnswerRe: Opening a new window from a page Pin
chakkara200327-Apr-06 21:47
chakkara200327-Apr-06 21:47 
QuestionDatabase connection Pin
kuwl_mark27-Apr-06 20:43
kuwl_mark27-Apr-06 20:43 
AnswerRe: Database connection Pin
CWIZO27-Apr-06 22:04
CWIZO27-Apr-06 22:04 
GeneralRe: Database connection Pin
Paddy Boyd27-Apr-06 22:49
Paddy Boyd27-Apr-06 22:49 
Questionmail id validation Pin
sudharsong27-Apr-06 20:36
sudharsong27-Apr-06 20:36 
AnswerRe: mail id validation Pin
Paddy Boyd27-Apr-06 22:56
Paddy Boyd27-Apr-06 22:56 
AnswerRe: mail id validation Pin
R.Prabha Devi27-Apr-06 23:16
R.Prabha Devi27-Apr-06 23:16 
GeneralRe: mail id validation Pin
sudharsong27-Apr-06 23:45
sudharsong27-Apr-06 23:45 
QuestionHTTP 1.1/500 Server error when trying to create an ASP.NET project Pin
Amit Agarrwal27-Apr-06 18:59
Amit Agarrwal27-Apr-06 18:59 
QuestionApplying themes to Infragitics controls Pin
Kanjinghat27-Apr-06 18:19
Kanjinghat27-Apr-06 18:19 

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.