Click here to Skip to main content
15,881,380 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: page load Pin
Abhijit Jana10-Mar-10 7:17
professionalAbhijit Jana10-Mar-10 7:17 
AnswerRe: page load Pin
saanj19-Mar-10 0:06
saanj19-Mar-10 0:06 
QuestionWeb Service / Read whole XML string Pin
churchillc10-Mar-10 5:37
churchillc10-Mar-10 5:37 
QuestionChanging Hotspots Depending on Themes Pin
Randal Vance Cunanan10-Mar-10 2:52
Randal Vance Cunanan10-Mar-10 2:52 
Questionget primary key id from table Pin
Amit Patel198510-Mar-10 0:16
Amit Patel198510-Mar-10 0:16 
AnswerRe: get primary key id from table Pin
Jilu J Correya10-Mar-10 0:18
Jilu J Correya10-Mar-10 0:18 
GeneralRe: get primary key id from table Pin
Amit Patel198510-Mar-10 0:42
Amit Patel198510-Mar-10 0:42 
GeneralRe: get primary key id from table Pin
Jilu J Correya10-Mar-10 1:02
Jilu J Correya10-Mar-10 1:02 
I hope u r using SQL Server, and SP for inserting records, after the insert statement return @@IDENTITY

BEGIN

INSERT INTO TABLE VALUES (A,B,C);

RETURN @@IDENTITY

END
QuestionProblem with Trailing Slash in URL Pin
Jilu J Correya9-Mar-10 23:59
Jilu J Correya9-Mar-10 23:59 
AnswerRe: Problem with Trailing Slash in URL Pin
Gaurav Dudeja India10-Mar-10 0:23
Gaurav Dudeja India10-Mar-10 0:23 
GeneralRe: Problem with Trailing Slash in URL Pin
Jilu J Correya10-Mar-10 0:26
Jilu J Correya10-Mar-10 0:26 
GeneralRe: Problem with Trailing Slash in URL Pin
Gaurav Dudeja India10-Mar-10 0:32
Gaurav Dudeja India10-Mar-10 0:32 
GeneralRe: Problem with Trailing Slash in URL Pin
Jilu J Correya10-Mar-10 0:34
Jilu J Correya10-Mar-10 0:34 
QuestionData Retrieval/Display Guidance Pin
Adam_Dev9-Mar-10 23:23
Adam_Dev9-Mar-10 23:23 
QuestionDrag and Drop behaviour in asp.net Pin
afsal qureshi9-Mar-10 23:22
afsal qureshi9-Mar-10 23:22 
AnswerRe: Drag and Drop behaviour in asp.net Pin
Anurag Gandhi10-Mar-10 0:14
professionalAnurag Gandhi10-Mar-10 0:14 
QuestionDatapager in Listview Pin
monika_vasvani9-Mar-10 22:48
monika_vasvani9-Mar-10 22:48 
AnswerRe: Datapager in Listview Pin
Rashmi_Karnam9-Mar-10 23:53
Rashmi_Karnam9-Mar-10 23:53 
Questionhow to display weather forecast on website Pin
meghamaharshi9-Mar-10 20:54
meghamaharshi9-Mar-10 20:54 
AnswerRe: how to display weather forecast on website Pin
R. Giskard Reventlov9-Mar-10 21:28
R. Giskard Reventlov9-Mar-10 21:28 
AnswerRe: how to display weather forecast on website Pin
Anurag Gandhi9-Mar-10 21:45
professionalAnurag Gandhi9-Mar-10 21:45 
QuestionIs it possible to detect if a client software is installed on a machine using browser? Pin
Ravi Munde9-Mar-10 19:44
Ravi Munde9-Mar-10 19:44 
AnswerRe: Is it possible to detect if a client software is installed on a machine using browser? Pin
sashidhar9-Mar-10 22:44
sashidhar9-Mar-10 22:44 
GeneralRe: Is it possible to detect if a client software is installed on a machine using browser? Pin
The Man from U.N.C.L.E.9-Mar-10 23:42
The Man from U.N.C.L.E.9-Mar-10 23:42 
GeneralRe: Is it possible to detect if a client software is installed on a machine using browser? [modified] Pin
sashidhar10-Mar-10 0:21
sashidhar10-Mar-10 0:21 

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.