Click here to Skip to main content
15,886,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfind OS drive by asp.net coding Pin
trilokharry6-Nov-09 20:07
trilokharry6-Nov-09 20:07 
AnswerRe: find OS drive by asp.net coding Pin
Christian Graus6-Nov-09 20:10
protectorChristian Graus6-Nov-09 20:10 
GeneralRe: find OS drive by asp.net coding Pin
trilokharry6-Nov-09 20:25
trilokharry6-Nov-09 20:25 
GeneralRe: find OS drive by asp.net coding Pin
Gamzun6-Nov-09 20:41
Gamzun6-Nov-09 20:41 
GeneralRe: find OS drive by asp.net coding Pin
trilokharry6-Nov-09 21:23
trilokharry6-Nov-09 21:23 
GeneralRe: find OS drive by asp.net coding Pin
sashidhar6-Nov-09 22:22
sashidhar6-Nov-09 22:22 
GeneralRe: find OS drive by asp.net coding Pin
Christian Graus6-Nov-09 23:26
protectorChristian Graus6-Nov-09 23:26 
Questionlog in query Pin
mylogics6-Nov-09 19:38
professionalmylogics6-Nov-09 19:38 
AnswerRe: log in query Pin
Christian Graus6-Nov-09 19:46
protectorChristian Graus6-Nov-09 19:46 
GeneralRe: log in query Pin
mylogics6-Nov-09 19:51
professionalmylogics6-Nov-09 19:51 
GeneralRe: log in query Pin
Christian Graus6-Nov-09 19:55
protectorChristian Graus6-Nov-09 19:55 
GeneralRe: log in query Pin
mylogics6-Nov-09 20:00
professionalmylogics6-Nov-09 20:00 
GeneralRe: log in query Pin
Christian Graus6-Nov-09 20:04
protectorChristian Graus6-Nov-09 20:04 
GeneralRe: log in query Pin
mylogics6-Nov-09 20:06
professionalmylogics6-Nov-09 20:06 
GeneralRe: log in query Pin
Christian Graus6-Nov-09 20:10
protectorChristian Graus6-Nov-09 20:10 
QuestionIndex was out of range. Must be non-negative and less than the size of the collection. Pin
Flavia A6-Nov-09 18:29
Flavia A6-Nov-09 18:29 
AnswerRe: Index was out of range. Must be non-negative and less than the size of the collection. Pin
N a v a n e e t h6-Nov-09 18:32
N a v a n e e t h6-Nov-09 18:32 
AnswerRe: Index was out of range. Must be non-negative and less than the size of the collection. Pin
Christian Graus6-Nov-09 19:45
protectorChristian Graus6-Nov-09 19:45 
AnswerRe: Index was out of range. Must be non-negative and less than the size of the collection. Pin
Christian Graus6-Nov-09 19:57
protectorChristian Graus6-Nov-09 19:57 
Questioncan we directly assign a value to row in the gridview Pin
Flavia A6-Nov-09 18:22
Flavia A6-Nov-09 18:22 
can we directly assign a value to a particular cell of row in the gridview.
using the select statement
select 'flavia' as name, 'A'as surname i bound the data to the gridview..
but on the selected Index changed of the grid view i want the data to be displayed in the text boxes ..which i managed using the
gridview1.SelectedRow.cells[1].text= txtName.text;

but after modifying the textbox txtName

for (i = 0; i < GridView3.Rows.Count; i++)
{

string b

if (GridView3.Rows[i].Cells[1].Text.ToString()== s)
{
GridView1.Rows[i].Cells[1].Text = txtName.Text;



}
}
but it is giving an exception
{System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection}
AnswerRe: can we directly assign a value to row in the gridview Pin
Christian Graus6-Nov-09 19:56
protectorChristian Graus6-Nov-09 19:56 
QuestionRSA Authentication Token and .NET membership provider Pin
deoxiribo6-Nov-09 11:11
deoxiribo6-Nov-09 11:11 
AnswerRe: RSA Authentication Token and .NET membership provider Pin
nluciano7522-Dec-10 7:11
nluciano7522-Dec-10 7:11 
QuestionSQL Server Login Problem from ASP.NET Pin
Lonnie Raffray6-Nov-09 6:21
Lonnie Raffray6-Nov-09 6:21 
AnswerRe: SQL Server Login Problem from ASP.NET Pin
Abhishek Sur6-Nov-09 6:57
professionalAbhishek Sur6-Nov-09 6:57 

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.