Click here to Skip to main content
15,890,995 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: website access problem Pin
code-frog23-Mar-07 10:37
professionalcode-frog23-Mar-07 10:37 
GeneralRe: website access problem Pin
paranth27-Mar-07 2:29
paranth27-Mar-07 2:29 
GeneralRe: website access problem Pin
stixoffire23-Mar-07 10:34
stixoffire23-Mar-07 10:34 
AnswerRe: website access problem Pin
joon vh.23-Mar-07 3:33
joon vh.23-Mar-07 3:33 
GeneralRe: website access problem Pin
paranth27-Mar-07 2:27
paranth27-Mar-07 2:27 
QuestionLogin name! Pin
nclauder23-Mar-07 2:21
nclauder23-Mar-07 2:21 
AnswerRe: Login name! Pin
StianSandberg23-Mar-07 2:24
StianSandberg23-Mar-07 2:24 
GeneralRe: Login name! Pin
nclauder23-Mar-07 4:06
nclauder23-Mar-07 4:06 
Thanks,
But when I try the example on a new webform I get domain/username. But it's not inserted into the database my problem is getting it into the database I have a row where I want it to be saved so that every one can read who wrote a particular message. How should I do it. I have this code writen for the column:
System.Web.UI.WebControls.TextBox st6=new System.Web.UI.WebControls.TextBox();
st6=(System.Web.UI.WebControls.TextBox)e.Item.Cells[0].FindControl("txtname");
myCommand.Parameters.Add(new SqlParameter("@Name",SqlDbType.Text));
myCommand.Parameters["@Name"].Value=st6.Text;
Thanks.
QuestionHow to develop the Application for different Like English and french Pin
Jabeerbe23-Mar-07 2:12
Jabeerbe23-Mar-07 2:12 
AnswerRe: How to develop the Application for different Like English and french Pin
StianSandberg23-Mar-07 2:21
StianSandberg23-Mar-07 2:21 
GeneralRe: How to develop the Application for different Like English and french Pin
Jabeerbe23-Mar-07 2:29
Jabeerbe23-Mar-07 2:29 
QuestionHelp needed urgently from IIS Experts out there: Pin
max_panky23-Mar-07 1:37
max_panky23-Mar-07 1:37 
AnswerRe: Help needed urgently from IIS Experts out there: Pin
StianSandberg23-Mar-07 2:19
StianSandberg23-Mar-07 2:19 
QuestionError deleting file Pin
Sun Rays23-Mar-07 0:32
Sun Rays23-Mar-07 0:32 
AnswerRe: Error deleting file Pin
Guffa23-Mar-07 1:06
Guffa23-Mar-07 1:06 
GeneralRe: Error deleting file Pin
Sun Rays23-Mar-07 1:21
Sun Rays23-Mar-07 1:21 
GeneralRe: Error deleting file Pin
Sandeep Akhare23-Mar-07 2:09
Sandeep Akhare23-Mar-07 2:09 
GeneralRe: Error deleting file Pin
joon vh.23-Mar-07 3:37
joon vh.23-Mar-07 3:37 
Questionlistbox to display Pin
Oga M23-Mar-07 0:03
Oga M23-Mar-07 0:03 
AnswerRe: listbox to display Pin
ca8msm23-Mar-07 0:24
ca8msm23-Mar-07 0:24 
AnswerRe: listbox to display Pin
Sandeep Akhare23-Mar-07 2:19
Sandeep Akhare23-Mar-07 2:19 
AnswerRe: listbox to display Pin
K.R.Neelima23-Mar-07 22:49
K.R.Neelima23-Mar-07 22:49 
AnswerRe: How to delete row from gridview Pin
_AK_22-Mar-07 23:56
_AK_22-Mar-07 23:56 
GeneralRe: How to delete row from gridview Pin
siddisagar25-Mar-07 19:02
siddisagar25-Mar-07 19:02 
GeneralRe: How to delete row from gridview Pin
_AK_25-Mar-07 19:06
_AK_25-Mar-07 19:06 

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.