No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
hi these are the possible solutions for this - create the primary key column as autogenerate/Identity Column - use proper locking mechanish while inserting new records in table - create before insert trigger to generate the primary key
Implement localization in your page use the code given below and pass the language as parameter e.g. call function ChangeLanguage("ar-Ksa") [CODE]Private Sub ChangeLanguage(ByVal lang As String) For Each c As Control In Me.Controls Dim resources As ComponentResourceManager = New ComponentResourceManager(GetType(Form1)) resources.ApplyResources(c, c.Name, New CultureInfo(lang)) Next c end sub[/CODE]
please try the following [B][CODE]<a class="Links" href='OrderDetail.aspx?oID=' + <%#Eval("orderid")%>' + "&uID=" + '<%#Eval("userid") %>'>[/CODE][/B]
The End.
webnhosting