Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET DEVELOPMENT Pin
MoeInsairat23-Dec-06 6:55
MoeInsairat23-Dec-06 6:55 
GeneralRe: ASP.NET DEVELOPMENT Pin
MoeInsairat23-Dec-06 7:20
MoeInsairat23-Dec-06 7:20 
QuestionPopulating Gridview on the value of Textbox Pin
fahiemulleh19-Dec-06 5:48
fahiemulleh19-Dec-06 5:48 
AnswerRe: Populating Gridview on the value of Textbox Pin
ToddHileHoffer19-Dec-06 6:04
ToddHileHoffer19-Dec-06 6:04 
AnswerRe: Populating Gridview on the value of Textbox Pin
Sebastian M20-Dec-06 4:34
Sebastian M20-Dec-06 4:34 
GeneralExcel issue.. Pin
ZYXWVU-UVWXYZ19-Dec-06 4:43
ZYXWVU-UVWXYZ19-Dec-06 4:43 
GeneralRe: Excel issue.. Pin
Goalie3519-Dec-06 9:08
Goalie3519-Dec-06 9:08 
QuestionFormview Textbox -- need help Pin
ullk19-Dec-06 4:28
ullk19-Dec-06 4:28 
Hello

I am new with asp 2.0.

I created a question.aspx page with a formview control. Then I inserted a TextBox1 in the formview Item Template.

My Problem:

How can I write a Value to the TextBox1 in the Formview Item Template?

If I write the following code in the question.aspx.vb page:

Partial Class question
Inherits System.Web.UI.Page
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
TextBox1.text = "hello"
End Sub
End Class

then I'm receiving an error message: TextBox1 is not declare.

If I put the TextBox1 Control outside the formview then I can write a value in the TextBox1.

Do you have a tip or could you recommend me some tutorials to solve the problem?

plz help
ullk
AnswerRe: Formview Textbox -- need help Pin
ToddHileHoffer19-Dec-06 4:42
ToddHileHoffer19-Dec-06 4:42 
GeneralRe: Formview Textbox -- need help Pin
ullk19-Dec-06 5:16
ullk19-Dec-06 5:16 
QuestionBuild error. Pin
umaheshchandra19-Dec-06 3:19
umaheshchandra19-Dec-06 3:19 
AnswerRe: Build error. Pin
ToddHileHoffer19-Dec-06 3:29
ToddHileHoffer19-Dec-06 3:29 
Questionhow to open a particular file which is in any location in my machine from an asp.net page. Pin
indrani2219-Dec-06 2:36
indrani2219-Dec-06 2:36 
AnswerRe: how to open a particular file which is in any location in my machine from an asp.net page. Pin
ToddHileHoffer19-Dec-06 3:08
ToddHileHoffer19-Dec-06 3:08 
GeneralRe: how to open a particular file which is in any location in my machine from an asp.net page. Pin
RichardGrimmer19-Dec-06 4:04
RichardGrimmer19-Dec-06 4:04 
GeneralRe: how to open a particular file which is in any location in my machine from an asp.net page. Pin
Pete O'Hanlon19-Dec-06 11:17
mvePete O'Hanlon19-Dec-06 11:17 
GeneralRe: how to open a particular file which is in any location in my machine from an asp.net page. Pin
ednrgc20-Dec-06 2:22
ednrgc20-Dec-06 2:22 
QuestionURL encoding?How Pin
shafqaat19-Dec-06 2:08
shafqaat19-Dec-06 2:08 
AnswerRe: URL encoding?How Pin
ednrgc19-Dec-06 2:16
ednrgc19-Dec-06 2:16 
GeneralRe: URL encoding?How Pin
ToddHileHoffer19-Dec-06 3:02
ToddHileHoffer19-Dec-06 3:02 
AnswerRe: URL encoding?How Pin
Guffa19-Dec-06 3:18
Guffa19-Dec-06 3:18 
AnswerRe: URL encoding?How Pin
Haissam19-Dec-06 11:55
Haissam19-Dec-06 11:55 
QuestionCrystal Report Alternate reporting tools Pin
King Shez19-Dec-06 1:57
King Shez19-Dec-06 1:57 
AnswerRe: Crystal Report Alternate reporting tools Pin
Paddy Boyd19-Dec-06 2:28
Paddy Boyd19-Dec-06 2:28 
GeneralRe: Crystal Report Alternate reporting tools Pin
King Shez19-Dec-06 21:03
King Shez19-Dec-06 21: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.