Click here to Skip to main content
15,914,160 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: the name 'Label2' doesn't exist in current context Pin
XaraW27-Apr-09 11:28
XaraW27-Apr-09 11:28 
GeneralRe: the name 'Label2' doesn't exist in current context Pin
Yusuf27-Apr-09 12:24
Yusuf27-Apr-09 12:24 
GeneralRe: the name 'Label2' doesn't exist in current context Pin
AlexeiXX327-Apr-09 15:39
AlexeiXX327-Apr-09 15:39 
QuestionWeird UpdatePanel status 500 server error Pin
dani kenan27-Apr-09 7:36
dani kenan27-Apr-09 7:36 
AnswerRe: Weird UpdatePanel status 500 server error Pin
Ramesh Swaminathan28-Apr-09 0:32
Ramesh Swaminathan28-Apr-09 0:32 
GeneralRe: Weird UpdatePanel status 500 server error Pin
JeevaBharathi28-Apr-09 20:17
JeevaBharathi28-Apr-09 20:17 
QuestionProblem writing metadata to jpg Pin
KoskoArts27-Apr-09 4:50
KoskoArts27-Apr-09 4:50 
Questionlost focus event in textbox Pin
Girish48127-Apr-09 3:59
Girish48127-Apr-09 3:59 
On the page load event i have coded this:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
TextBox1.Attributes.Add("onblur", "return myfunc()")
End Sub

Public Sub myfunc()
Dim dataset1 as new dataset
Dim da as new dataadapter
..
..
TextBox1.Text = "This is lostfocus."
End Sub

but it is not working. In the myfunc() i would like to code connection string, data adapter and dataset to go further.

Kindly tell me how call a function/procedure which is wirtten in file.aspx.vb on lost focus of textbox.

Thanks & Regards
Girish Sharma
AnswerRe: lost focus event in textbox Pin
DoctorMick27-Apr-09 5:18
DoctorMick27-Apr-09 5:18 
AnswerRe: lost focus event in textbox Pin
SayreCC27-Apr-09 15:08
SayreCC27-Apr-09 15:08 
AnswerRe: lost focus event in textbox Pin
AlexeiXX327-Apr-09 15:33
AlexeiXX327-Apr-09 15:33 
GeneralRe: lost focus event in textbox Pin
Girish48127-Apr-09 18:54
Girish48127-Apr-09 18:54 
QuestionAsp.net questions Pin
skop827-Apr-09 3:29
skop827-Apr-09 3:29 
AnswerRe: Asp.net questions Pin
Rolando CC27-Apr-09 6:12
professionalRolando CC27-Apr-09 6:12 
AnswerRe: Asp.net questions Pin
Sandeep Akhare27-Apr-09 8:24
Sandeep Akhare27-Apr-09 8:24 
AnswerRe: Asp.net questions Pin
Christian Graus27-Apr-09 8:45
protectorChristian Graus27-Apr-09 8:45 
AnswerRe: Asp.net questions Pin
Yusuf27-Apr-09 12:30
Yusuf27-Apr-09 12:30 
GeneralRe: Asp.net questions Pin
skop811-May-09 6:26
skop811-May-09 6:26 
AnswerRe: Asp.net questions Pin
saanj28-Apr-09 21:21
saanj28-Apr-09 21:21 
Questiondynamic menu control Pin
mansoor.omari27-Apr-09 3:14
mansoor.omari27-Apr-09 3:14 
AnswerRe: dynamic menu control Pin
Christian Graus27-Apr-09 10:09
protectorChristian Graus27-Apr-09 10:09 
AnswerRe: dynamic menu control Pin
Yusuf27-Apr-09 12:37
Yusuf27-Apr-09 12:37 
GeneralRe: dynamic menu control Pin
mansoor.omari28-Apr-09 0:33
mansoor.omari28-Apr-09 0:33 
QuestionHi to all, Pin
sanjaysudrik27-Apr-09 2:55
sanjaysudrik27-Apr-09 2:55 
AnswerRe: Hi to all, Pin
ncsubbu27-Apr-09 3:43
professionalncsubbu27-Apr-09 3:43 

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.