Click here to Skip to main content
15,884,237 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 10:48
professionalAbhishek Sur30-Sep-09 10:48 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 11:08
Wouter Coinless30-Sep-09 11:08 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 11:44
professionalAbhishek Sur30-Sep-09 11:44 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 22:04
Wouter Coinless30-Sep-09 22:04 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 22:26
professionalAbhishek Sur30-Sep-09 22:26 
Questionhow can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 5:40
eirikr130-Sep-09 5:40 
AnswerRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
Abhishek Sur30-Sep-09 10:20
professionalAbhishek Sur30-Sep-09 10:20 
GeneralRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 12:48
eirikr130-Sep-09 12:48 
Thanks Sur

I got the issue solved. Here is how i did:

in PageLoad()
{
System.Web.UI.WebControls.Parameter pm = new System.Web.UI.WebControls.Parameter();

pm.Type = TypeCode.String;
pm.Name = "name";
pm.DefaultValue = HttpContext.Current.User.Identity.Name.ToString();
GridView1.UpdateParameters.Add(pm);

}
GeneralRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
Abhishek Sur30-Sep-09 21:36
professionalAbhishek Sur30-Sep-09 21:36 
QuestionNeed help [modified] Pin
kuduva30-Sep-09 4:07
kuduva30-Sep-09 4:07 
AnswerRe: Need help Pin
Abhijit Jana30-Sep-09 4:23
professionalAbhijit Jana30-Sep-09 4:23 
GeneralRe: Need help Pin
kuduva30-Sep-09 6:36
kuduva30-Sep-09 6:36 
AnswerRe: Need help Pin
Matt Meyer30-Sep-09 4:42
Matt Meyer30-Sep-09 4:42 
AnswerRe: Need help Pin
leckey30-Sep-09 6:08
leckey30-Sep-09 6:08 
AnswerRe: Need help Pin
S.Dhanasekaran1-Oct-09 3:10
S.Dhanasekaran1-Oct-09 3:10 
QuestionIIS treating .html pages as .aspx pages Pin
laziale30-Sep-09 3:47
laziale30-Sep-09 3:47 
AnswerRe: IIS treating .html pages as .aspx pages Pin
Abhijit Jana30-Sep-09 4:22
professionalAbhijit Jana30-Sep-09 4:22 
AnswerRe: IIS treating .html pages as .aspx pages Pin
Kannan Ar30-Sep-09 4:24
professionalKannan Ar30-Sep-09 4:24 
AnswerRe: IIS treating .html pages as .aspx pages Pin
Abhishek Sur30-Sep-09 10:44
professionalAbhishek Sur30-Sep-09 10:44 
Questionweb.config file maximum size question? Pin
kuyucakli30-Sep-09 3:12
kuyucakli30-Sep-09 3:12 
AnswerRe: web.config file maximum size question? Pin
leckey30-Sep-09 6:13
leckey30-Sep-09 6:13 
QuestionWhy Don't Change Server Time? (Please Help, It is very urgent) Pin
Hamid Khezeli30-Sep-09 2:57
Hamid Khezeli30-Sep-09 2:57 
AnswerRe: Why Don't Change Server Time? (Please Help, It is NOT urgent) - crosspost Pin
Richard MacCutchan30-Sep-09 3:44
mveRichard MacCutchan30-Sep-09 3:44 
GeneralRe: Why Don't Change Server Time? (Please Help, It is NOT urgent) - crosspost Pin
Hamid Khezeli30-Sep-09 4:08
Hamid Khezeli30-Sep-09 4:08 
GeneralRe: Why Don't Change Server Time? (Please Help, It is NOT urgent) - crosspost Pin
Richard MacCutchan30-Sep-09 6:04
mveRichard MacCutchan30-Sep-09 6:04 

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.