Click here to Skip to main content
15,891,597 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: send data to asp.net form when user click the link Pin
Mircea Grelus6-Nov-07 11:48
Mircea Grelus6-Nov-07 11:48 
GeneralRe: send data to asp.net form when user click the link Pin
dataminers6-Nov-07 12:33
dataminers6-Nov-07 12:33 
Questionhow to fetch contiguous numbers from a string Pin
yogesh_softworld1236-Nov-07 7:22
yogesh_softworld1236-Nov-07 7:22 
AnswerRe: how to fetch contiguous numbers from a string Pin
Christian Graus6-Nov-07 9:21
protectorChristian Graus6-Nov-07 9:21 
GeneralRe: how to fetch contiguous numbers from a string Pin
yogesh_softworld1236-Nov-07 16:19
yogesh_softworld1236-Nov-07 16:19 
AnswerRe: how to fetch contiguous numbers from a string Pin
Guffa6-Nov-07 9:57
Guffa6-Nov-07 9:57 
QuestionMessage box in C# [modified] Pin
Deepak Koduri6-Nov-07 6:30
Deepak Koduri6-Nov-07 6:30 
AnswerRe: Message box in C# Pin
Guffa6-Nov-07 7:52
Guffa6-Nov-07 7:52 
Deepak Koduri wrote:
When I am Using Response.Write("alert('Employee ID already Exits');"); Font of my Label's in the ASP.Net page getting changed...


That's because you are writing out the code before the code of the page. That makes the browser ignore the doctype tag and render the page in quirks mode.

Use the Page.ClientScript.RegisterStartupScript method to put the script in the page.

Deepak Koduri wrote:
What I trying to get is that when I am trying to Insert a Duplicate record (i.e Same Employee ID which is already present)a message Box Show that Record already present.


Either check for the id before you add the record, or handle the exception that is the result of trying to add a duplicate id.

Experience is the sum of all the mistakes you have done.

GeneralRe: Message box in C# Pin
Deepak Koduri15-Nov-07 19:52
Deepak Koduri15-Nov-07 19:52 
GeneralRe: Message box in C# Pin
Guffa15-Nov-07 20:39
Guffa15-Nov-07 20:39 
QuestionReadonly Gridview Pin
kjosh6-Nov-07 5:43
kjosh6-Nov-07 5:43 
AnswerRe: Readonly Gridview Pin
John-ph6-Nov-07 21:45
John-ph6-Nov-07 21:45 
Questionhow to update a row in data grid ?? [modified] Pin
rocky8116-Nov-07 4:51
rocky8116-Nov-07 4:51 
AnswerRe: how to update a row in data grid ?? Pin
John-ph6-Nov-07 5:14
John-ph6-Nov-07 5:14 
GeneralRe: how to update a row in data grid ?? Pin
rocky8116-Nov-07 5:20
rocky8116-Nov-07 5:20 
GeneralRe: how to update a row in data grid ?? Pin
John-ph6-Nov-07 5:25
John-ph6-Nov-07 5:25 
GeneralRe: how to update a row in data grid ?? Pin
rocky8116-Nov-07 5:30
rocky8116-Nov-07 5:30 
GeneralRe: how to update a row in data grid ?? Pin
John-ph6-Nov-07 19:21
John-ph6-Nov-07 19:21 
QuestionFormView Problem ASP.NET 2005 Pin
Haridas.R6-Nov-07 4:20
Haridas.R6-Nov-07 4:20 
AnswerRe: FormView Problem ASP.NET 2005 Pin
Rocky#6-Nov-07 4:42
Rocky#6-Nov-07 4:42 
QuestionAjax control toolkit tabcontainer - not rendered Pin
digsy_6-Nov-07 3:40
digsy_6-Nov-07 3:40 
QuestionSorting in a GridView Without Databinding Pin
Rocky#6-Nov-07 3:23
Rocky#6-Nov-07 3:23 
AnswerRe: Sorting in a GridView Without Databinding Pin
John-ph6-Nov-07 4:01
John-ph6-Nov-07 4:01 
GeneralRe: Sorting in a GridView Without Databinding Pin
Rocky#6-Nov-07 4:07
Rocky#6-Nov-07 4:07 
GeneralRe: Sorting in a GridView Without Databinding Pin
Rocky#6-Nov-07 4:40
Rocky#6-Nov-07 4:40 

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.