Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to use RSS in asp.net Pin
Dominic Pettifer24-Nov-06 13:56
Dominic Pettifer24-Nov-06 13:56 
Questionalert problem Pin
Kissy1623-Nov-06 20:33
Kissy1623-Nov-06 20:33 
AnswerRe: alert problem Pin
RaviJJain23-Nov-06 20:46
RaviJJain23-Nov-06 20:46 
GeneralRe: alert problem Pin
Kissy1623-Nov-06 21:03
Kissy1623-Nov-06 21:03 
AnswerRe: alert problem Pin
RaviJJain23-Nov-06 21:13
RaviJJain23-Nov-06 21:13 
GeneralRe: alert problem Pin
Kissy1623-Nov-06 22:43
Kissy1623-Nov-06 22:43 
GeneralRe: alert problem Pin
RaviJJain23-Nov-06 23:22
RaviJJain23-Nov-06 23:22 
GeneralRe: alert problem Pin
Kissy1624-Nov-06 0:55
Kissy1624-Nov-06 0:55 
sd1 = "Insert into Producing_Agency(pa_id,pname)values(1,'"&txtname.text&"')
pains = New SqlCommand(sd1, dbconn)
pains.ExecuteNonQuery()
Lbldisplay.Text = "Record Added"
Here i am using Lbldisplay for displaying the message in the same form.
can i disply by using the below in the same form ,
Response.Write(" alert(' Record inserted '); ")

my doubt is Reposne.write means,this message is displying in other page.It directs otherpage.This is my doubt.

kissy

GeneralRe: alert problem Pin
RaviJJain24-Nov-06 1:51
RaviJJain24-Nov-06 1:51 
AnswerRe: alert problem Pin
DineshSharma23-Nov-06 22:34
DineshSharma23-Nov-06 22:34 
GeneralRe: alert problem Pin
Kissy1623-Nov-06 23:17
Kissy1623-Nov-06 23:17 
AnswerRe: alert problem Pin
Britney S. Morales24-Nov-06 3:13
Britney S. Morales24-Nov-06 3:13 
AnswerRe: alert problem Pin
iamrashida8325-Nov-06 7:43
iamrashida8325-Nov-06 7:43 
QuestionVB.Net is better then C# in web development......if not then why Pin
DineshSharma23-Nov-06 20:16
DineshSharma23-Nov-06 20:16 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
RaviJJain23-Nov-06 20:50
RaviJJain23-Nov-06 20:50 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
Guffa24-Nov-06 0:39
Guffa24-Nov-06 0:39 
GeneralRe: VB.Net is better then C# in web development......if not then why Pin
Paddy Boyd24-Nov-06 0:52
Paddy Boyd24-Nov-06 0:52 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
Grapes-R-Fun24-Nov-06 14:26
Grapes-R-Fun24-Nov-06 14:26 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
GaryWoodfine 24-Nov-06 23:52
professionalGaryWoodfine 24-Nov-06 23:52 
QuestionProblem In Text box Validation in Datagrid? Pin
nabeelkhan23-Nov-06 19:37
nabeelkhan23-Nov-06 19:37 
AnswerRe: Problem In Text box Validation in Datagrid? Pin
shreekar23-Nov-06 20:11
shreekar23-Nov-06 20:11 
QuestionProblem in Validation of textBox Control in Datagrid? Pin
nabeelkhan23-Nov-06 19:17
nabeelkhan23-Nov-06 19:17 
AnswerRe: Problem in Validation of textBox Control in Datagrid? Pin
RaviJJain23-Nov-06 20:42
RaviJJain23-Nov-06 20:42 
Questionerror while loading an ASPX page Pin
demane23-Nov-06 18:57
demane23-Nov-06 18:57 
AnswerRe: error while loading an ASPX page Pin
R.Palanivel24-Nov-06 1:27
R.Palanivel24-Nov-06 1:27 

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.