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

ASP.NET

 
AnswerRe: Multiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
SABhatti23-Oct-07 4:05
SABhatti23-Oct-07 4:05 
GeneralRe: Multiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
Krishnraj23-Oct-07 22:38
Krishnraj23-Oct-07 22:38 
GeneralRe: Multiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
SABhatti24-Oct-07 15:25
SABhatti24-Oct-07 15:25 
QuestionHow to avoid page refreshing in webpages Pin
kishoregani23-Oct-07 3:40
kishoregani23-Oct-07 3:40 
AnswerRe: How to avoid page refreshing in webpages Pin
N a v a n e e t h23-Oct-07 3:54
N a v a n e e t h23-Oct-07 3:54 
AnswerRe: How to avoid page refreshing in webpages Pin
Ennis Ray Lynch, Jr.23-Oct-07 7:34
Ennis Ray Lynch, Jr.23-Oct-07 7:34 
QuestionFile manipulation in a page ?? Pin
devboycpp23-Oct-07 3:25
devboycpp23-Oct-07 3:25 
AnswerRe: File manipulation in a page ?? Pin
Guffa23-Oct-07 3:57
Guffa23-Oct-07 3:57 
If you only want the id in the database table to be unique, that's best handled in the database.

Set the field in the database to be identity, counter or auto_increment, depending on the database you are using.

After you have create the record in the database, you can get the identity that was created, for example using "select scope_identity()" if you are using MS SQL Server.

---
"Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things."
-- Douglas Adams

GeneralRe: File manipulation in a page ?? Pin
devboycpp23-Oct-07 5:24
devboycpp23-Oct-07 5:24 
AnswerRe: File manipulation in a page ?? Pin
Guffa23-Oct-07 7:44
Guffa23-Oct-07 7:44 
Questionicon to the web page Pin
abdelhameed8123-Oct-07 2:53
abdelhameed8123-Oct-07 2:53 
AnswerRe: icon to the web page Pin
Christian Flutcher23-Oct-07 3:28
Christian Flutcher23-Oct-07 3:28 
AnswerRe: icon to the web page Pin
Bjohnson3323-Oct-07 6:03
Bjohnson3323-Oct-07 6:03 
QuestionDeclarative Catalog in Webparts ASP.Net 2.0 [modified] Pin
Sivan.G23-Oct-07 2:27
Sivan.G23-Oct-07 2:27 
Questionimage Pin
jai 12323-Oct-07 1:46
jai 12323-Oct-07 1:46 
AnswerRe: image Pin
N a v a n e e t h23-Oct-07 1:50
N a v a n e e t h23-Oct-07 1:50 
GeneralRe: image Pin
jai 12323-Oct-07 2:05
jai 12323-Oct-07 2:05 
QuestionRepeat background image in Word Pin
coolestCoder23-Oct-07 1:03
coolestCoder23-Oct-07 1:03 
QuestionGridview Problem Pin
Elizma23-Oct-07 0:16
Elizma23-Oct-07 0:16 
AnswerRe: Gridview Problem Pin
Parwej Ahamad23-Oct-07 0:50
professionalParwej Ahamad23-Oct-07 0:50 
GeneralRe: Gridview Problem Pin
Elizma23-Oct-07 0:56
Elizma23-Oct-07 0:56 
GeneralRe: Gridview Problem Pin
Parwej Ahamad23-Oct-07 1:11
professionalParwej Ahamad23-Oct-07 1:11 
GeneralRe: Gridview Problem Pin
Elizma23-Oct-07 1:16
Elizma23-Oct-07 1:16 
AnswerRe: Gridview Problem Pin
M LN Rao23-Oct-07 1:01
M LN Rao23-Oct-07 1:01 
GeneralRe: Gridview Problem Pin
Elizma23-Oct-07 1:08
Elizma23-Oct-07 1:08 

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.