Click here to Skip to main content
16,006,442 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionOSCommerce packages Pin
Jeeva Mary Varghese26-May-08 0:49
Jeeva Mary Varghese26-May-08 0:49 
AnswerRe: OSCommerce packages Pin
Vasudevan Deepak Kumar26-May-08 18:39
Vasudevan Deepak Kumar26-May-08 18:39 
GeneralRe: OSCommerce packages Pin
Jeeva Mary Varghese26-May-08 18:49
Jeeva Mary Varghese26-May-08 18:49 
GeneralRe: OSCommerce packages Pin
Vasudevan Deepak Kumar26-May-08 19:00
Vasudevan Deepak Kumar26-May-08 19:00 
GeneralRe: OSCommerce packages Pin
Jeeva Mary Varghese26-May-08 22:39
Jeeva Mary Varghese26-May-08 22:39 
QuestionCan we Dfine multiple primary key in dataTable???????????????? Pin
Piyush Vardhan Singh26-May-08 0:44
Piyush Vardhan Singh26-May-08 0:44 
AnswerRe: Can we Dfine multiple primary key in dataTable???????????????? Pin
N a v a n e e t h26-May-08 1:08
N a v a n e e t h26-May-08 1:08 
GeneralRe: Can we Dfine multiple primary key in dataTable???????????????? Pin
Piyush Vardhan Singh26-May-08 1:18
Piyush Vardhan Singh26-May-08 1:18 
i created 3 primary key in the data table and bind the grid. when i deleted the row of grid by context menu then i found only one primary key between them. so i want dlt row through any primary key of data table. it is possible. and context menu contain all thrreee primary key.



Protected Sub uxrcMenu_ItemClick(ByVal sender As Object, ByVal e As Telerik.WebControls.RadMenuEventArgs) Handles uxrcMenu.ItemClick
Tr
y
Dim PhoneNo As String = e.Item.Text
_DailNoDataTable = Session("DailNoDataTable")
_DailNoDataTable.Rows.Find(PhoneNo).Delete()

_DailNoDataTable.AcceptChanges()
Session("DailNoDataTable") = _DailNoDataTable
Session("PhoneNo") = PhoneNo
Session("refreshlblSave") = "False"
Response.Redirect("tel:" + PhoneNo)

Catch ex As Exception

End Try
End Sub

Piyush Vardhan Singh
p_vardhan14@rediffmail.com
http://holyschoolofvaranasi.blogspot.com
http://holytravelsofvaranasi.blogspot.com



AnswerRe: Can we Dfine multiple primary key in dataTable???????????????? Pin
derm226-May-08 3:21
derm226-May-08 3:21 
QuestionHow to insert data on Submit Button Pin
sjs4u26-May-08 0:37
sjs4u26-May-08 0:37 
AnswerRe: How to insert data on Submit Button Pin
N a v a n e e t h26-May-08 1:08
N a v a n e e t h26-May-08 1:08 
GeneralRe: How to insert data on Submit Button Pin
sjs4u26-May-08 1:11
sjs4u26-May-08 1:11 
Questionhow to get the access of remote machine virtual directories Pin
Pankaj Garg26-May-08 0:21
Pankaj Garg26-May-08 0:21 
AnswerRe: how to get the access of remote machine virtual directories Pin
Abhijit Jana26-May-08 0:36
professionalAbhijit Jana26-May-08 0:36 
AnswerCP Ignore Pin
leckey26-May-08 15:46
leckey26-May-08 15:46 
AnswerRe: how to get the access of remote machine virtual directories Pin
Vasudevan Deepak Kumar26-May-08 18:49
Vasudevan Deepak Kumar26-May-08 18:49 
QuestionRequest for the permission of type 'System.Data.SqlClient.SqlClientPermission Pin
Rameshjpc26-May-08 0:08
Rameshjpc26-May-08 0:08 
AnswerRe: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission Pin
Abhijit Jana26-May-08 0:38
professionalAbhijit Jana26-May-08 0:38 
QuestionTracking URL links visited in a browser Pin
pradeep kumarappagari26-May-08 0:00
pradeep kumarappagari26-May-08 0:00 
AnswerRe: Tracking URL links visited in a browser Pin
N a v a n e e t h26-May-08 0:29
N a v a n e e t h26-May-08 0:29 
GeneralRe: Tracking URL links visited in a browser Pin
pradeep kumarappagari26-May-08 0:38
pradeep kumarappagari26-May-08 0:38 
GeneralRe: Tracking URL links visited in a browser Pin
N a v a n e e t h26-May-08 1:05
N a v a n e e t h26-May-08 1:05 
GeneralRe: Tracking URL links visited in a browser Pin
pradeep kumarappagari26-May-08 1:29
pradeep kumarappagari26-May-08 1:29 
GeneralRe: Tracking URL links visited in a browser Pin
Vasudevan Deepak Kumar26-May-08 18:50
Vasudevan Deepak Kumar26-May-08 18:50 
QuestionHTTP status 400: Bad Request Pin
paresh_joe25-May-08 23:59
paresh_joe25-May-08 23:59 

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.