Click here to Skip to main content
15,902,198 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView Problem.. Pin
Hirdesh Shrivastava18-Jul-07 23:29
Hirdesh Shrivastava18-Jul-07 23:29 
GeneralRe: GridView Problem.. Pin
DKalepu18-Jul-07 23:40
DKalepu18-Jul-07 23:40 
GeneralRe: GridView Problem.. Pin
Hirdesh Shrivastava19-Jul-07 0:06
Hirdesh Shrivastava19-Jul-07 0:06 
GeneralRe: GridView Problem.. Pin
DKalepu19-Jul-07 2:04
DKalepu19-Jul-07 2:04 
Questionwhat is App.ico in .net? Pin
vijay_8318-Jul-07 19:47
vijay_8318-Jul-07 19:47 
AnswerRe: what is App.ico in .net? Pin
RepliCrux18-Jul-07 19:53
RepliCrux18-Jul-07 19:53 
AnswerRe: what is App.ico in .net? Pin
Mubashir Javaid18-Jul-07 20:03
Mubashir Javaid18-Jul-07 20:03 
Questiondgresult.SelectedItem.Cells(1).Text Pin
n_gchaitra18-Jul-07 19:38
n_gchaitra18-Jul-07 19:38 
Hi,

can anyone say what is the error in the following code. the value present in the datagrid is not getting stored in the variable "assetcode".

Protected Sub dgresult_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles dgresult.SelectedIndexChanged
Dim assetcode As String
assetcode = dgresult.SelectedItem.Cells(1).Text
Response.Redirect("Edit_UPS.aspx?assetcode=" + assetcode + " ")
End Sub


QuestionRe: dgresult.SelectedItem.Cells(1).Text Pin
RepliCrux18-Jul-07 19:48
RepliCrux18-Jul-07 19:48 
AnswerRe: dgresult.SelectedItem.Cells(1).Text Pin
n_gchaitra18-Jul-07 20:00
n_gchaitra18-Jul-07 20:00 
GeneralRe: dgresult.SelectedItem.Cells(1).Text Pin
RepliCrux18-Jul-07 20:10
RepliCrux18-Jul-07 20:10 
Questionprob in calling webservice from client side in javascript Pin
itzmevishu18-Jul-07 19:01
itzmevishu18-Jul-07 19:01 
Questiondeployment in asp.net Pin
Sonia Gupta18-Jul-07 18:25
Sonia Gupta18-Jul-07 18:25 
AnswerRe: deployment in asp.net Pin
Sylvester george18-Jul-07 18:39
Sylvester george18-Jul-07 18:39 
GeneralRe: deployment in asp.net Pin
Sonia Gupta18-Jul-07 19:14
Sonia Gupta18-Jul-07 19:14 
GeneralRe: deployment in asp.net Pin
Sylvester george18-Jul-07 19:19
Sylvester george18-Jul-07 19:19 
AnswerRe: deployment in asp.net Pin
N a v a n e e t h18-Jul-07 19:12
N a v a n e e t h18-Jul-07 19:12 
Questioncreate image gallery. Pin
Milind Panchal18-Jul-07 18:22
Milind Panchal18-Jul-07 18:22 
QuestionValue of type Byte cannot be converted to 1-dimensional array of Byte Pin
ASPnoob18-Jul-07 16:22
ASPnoob18-Jul-07 16:22 
AnswerRe: Value of type Byte cannot be converted to 1-dimensional array of Byte Pin
Sathesh Sakthivel18-Jul-07 16:31
Sathesh Sakthivel18-Jul-07 16:31 
GeneralRe: Value of type Byte cannot be converted to 1-dimensional array of Byte [modified] Pin
ASPnoob18-Jul-07 16:51
ASPnoob18-Jul-07 16:51 
QuestionIntelligence in VS 2005 Pin
Amit Kumar G18-Jul-07 15:06
Amit Kumar G18-Jul-07 15:06 
AnswerRe: Intelligence in VS 2005 Pin
Sylvester george18-Jul-07 18:15
Sylvester george18-Jul-07 18:15 
AnswerRe: Intelligence in VS 2005 Pin
Mubashir Javaid18-Jul-07 18:36
Mubashir Javaid18-Jul-07 18:36 
QuestionSingle Sign On for two sites of different domains. Pin
sandeep kumar pundhir18-Jul-07 11:46
sandeep kumar pundhir18-Jul-07 11:46 

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.