Click here to Skip to main content
15,889,200 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Product versioning Guidelines Pin
Venkatesh Mookkan27-Dec-06 18:34
Venkatesh Mookkan27-Dec-06 18:34 
QuestionRequest from Mobile Web Page Pin
Bala Munugoti26-Dec-06 3:32
Bala Munugoti26-Dec-06 3:32 
QuestionMasterpage problem Pin
smruti_ranjan26-Dec-06 2:38
smruti_ranjan26-Dec-06 2:38 
AnswerRe: Masterpage problem Pin
asithangae26-Dec-06 23:15
asithangae26-Dec-06 23:15 
GeneralRe: Masterpage problem Pin
smruti_ranjan27-Dec-06 0:39
smruti_ranjan27-Dec-06 0:39 
Questiongetting the focus on the popup Pin
abdelhameed8126-Dec-06 2:22
abdelhameed8126-Dec-06 2:22 
Questionwant some idea Pin
mohd imran abdul aziz26-Dec-06 1:45
mohd imran abdul aziz26-Dec-06 1:45 
AnswerRe: want some idea Pin
Vikram kshatriya28-Dec-06 19:06
Vikram kshatriya28-Dec-06 19:06 
HI Imran,
YOu can generate the respective service id at database level.If you are using database table then simply declare a variable and then select max id and increase by 1.See the example below -

DECLARE @intMAXID INTEGER
SET NOCOUNT ON
--Get the Maximum ID from the Table and increment it by 1
SELECT @intMaxID = MAX([ContactId])+1 FROM TESTTABLE
IF @intMaxID is NULL
select @intMaxID = 1

I hope this is helpful for you as i understand the problem .If you want another then please let me know.



Vicky

QuestionQuery string Pin
MoeInsairat26-Dec-06 1:42
MoeInsairat26-Dec-06 1:42 
AnswerRe: Query string Pin
_AK_26-Dec-06 2:01
_AK_26-Dec-06 2:01 
GeneralRe: Query string Pin
MoeInsairat26-Dec-06 2:10
MoeInsairat26-Dec-06 2:10 
GeneralRe: Query string Pin
_AK_26-Dec-06 2:32
_AK_26-Dec-06 2:32 
QuestionCan I add elements in to a Drop down list server control Pin
indian14326-Dec-06 1:20
indian14326-Dec-06 1:20 
AnswerRe: Can I add elements in to a Drop down list server control Pin
Christian Graus26-Dec-06 15:40
protectorChristian Graus26-Dec-06 15:40 
GeneralRe: Can I add elements in to a Drop down list server control Pin
indian14326-Dec-06 17:44
indian14326-Dec-06 17:44 
QuestionGridview: How to display menu like grid Pin
BalasahebK26-Dec-06 0:27
BalasahebK26-Dec-06 0:27 
AnswerRe: Gridview: How to display menu like grid Pin
Venkatesh Mookkan27-Dec-06 18:41
Venkatesh Mookkan27-Dec-06 18:41 
QuestionDeforation of UI in VS .NET Pin
kkadir25-Dec-06 23:39
kkadir25-Dec-06 23:39 
AnswerRe: Deforation of UI in VS .NET Pin
Christian Graus26-Dec-06 15:40
protectorChristian Graus26-Dec-06 15:40 
QuestionNavigateURL Javascript concatenation error Pin
rabing25-Dec-06 22:25
rabing25-Dec-06 22:25 
AnswerRe: NavigateURL Javascript concatenation error Pin
Imran Khan Pathan25-Dec-06 23:43
Imran Khan Pathan25-Dec-06 23:43 
AnswerRe: NavigateURL Javascript concatenation error Pin
Imran Khan Pathan25-Dec-06 23:43
Imran Khan Pathan25-Dec-06 23:43 
AnswerRe: NavigateURL Javascript concatenation error Pin
DavidNohejl26-Dec-06 12:23
DavidNohejl26-Dec-06 12:23 
Questionasp.net environment doubt...? Pin
pradeep kumarappagari25-Dec-06 21:12
pradeep kumarappagari25-Dec-06 21:12 
AnswerRe: asp.net environment doubt...? Pin
minhpc_bk25-Dec-06 23:21
minhpc_bk25-Dec-06 23: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.