Click here to Skip to main content
15,894,086 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Returning the highlighted row Pin
dptalt29-Apr-09 6:56
dptalt29-Apr-09 6:56 
GeneralRe: Returning the highlighted row Pin
AlexeiXX329-Apr-09 6:59
AlexeiXX329-Apr-09 6:59 
QuestionLogin code Pin
Gjm29-Apr-09 3:29
Gjm29-Apr-09 3:29 
AnswerRe: Login code Pin
Abhijit Jana29-Apr-09 3:42
professionalAbhijit Jana29-Apr-09 3:42 
AnswerRe: Login code Pin
MidwestLimey29-Apr-09 5:35
professionalMidwestLimey29-Apr-09 5:35 
AnswerRe: Login code Pin
AlexeiXX329-Apr-09 6:39
AlexeiXX329-Apr-09 6:39 
QuestionGrid View Problem Pin
Amit Patel198529-Apr-09 3:20
Amit Patel198529-Apr-09 3:20 
QuestionAsp FileUpload Control Doesn't work with Ajax (C# help plz) Pin
Kazi Islam29-Apr-09 2:18
Kazi Islam29-Apr-09 2:18 
Hi there, I saw different techniques to solve FileUpload-Ajax problem. But nothing works for me.
I got a gridview showing all my products, there is a button to open my AddProduct Panel to Add New products.
If I provide all my product details it saves everything except the file(value in FileUpload) in my DB.
I tried Triggers, but it doesnt make any difference.

sample code:

if (picUpload.HasFile)
{
string strpath = Server.MapPath("../ProductPicture/");
picUpload.SaveAs(strpath + picUpload.FileName);
}
product.Picture = picUpload.FileName; //saves filename in DB

Sample Markup:
<triggers>
<asp:postbacktrigger controlid="btnAdd"/> /* button btnAdd adds form values into DB */
</triggers>

=============
Cry | :((
AnswerRe: Asp FileUpload Control Doesn't work with Ajax (C# help plz) Pin
dotnetmember29-Apr-09 18:40
dotnetmember29-Apr-09 18:40 
QuestionGrid View Problem Pin
Amit Patel198529-Apr-09 1:47
Amit Patel198529-Apr-09 1:47 
AnswerRe: Grid View Problem Pin
MidwestLimey29-Apr-09 5:31
professionalMidwestLimey29-Apr-09 5:31 
QuestionNot sending Email Pin
D.K.C29-Apr-09 1:29
D.K.C29-Apr-09 1:29 
AnswerRe: Not sending Email Pin
N a v a n e e t h29-Apr-09 2:29
N a v a n e e t h29-Apr-09 2:29 
GeneralRe: Not sending Email Pin
D.K.C1-May-09 2:27
D.K.C1-May-09 2:27 
AnswerRe: Not sending Email Pin
Goalie3529-Apr-09 8:54
Goalie3529-Apr-09 8:54 
QuestionProblems with SMTPMail attachments Pin
ddepauli29-Apr-09 1:19
ddepauli29-Apr-09 1:19 
AnswerRe: Problems with SMTPMail attachments Pin
Abhijit Jana29-Apr-09 1:22
professionalAbhijit Jana29-Apr-09 1:22 
GeneralRe: Problems with SMTPMail attachments Pin
ddepauli29-Apr-09 1:29
ddepauli29-Apr-09 1:29 
QuestionRe: Problems with SMTPMail attachments Pin
Vasudevan Deepak Kumar29-Apr-09 1:29
Vasudevan Deepak Kumar29-Apr-09 1:29 
QuestionHow to build a caluclator using asp.net web application Pin
Anjani Poornima29-Apr-09 1:11
Anjani Poornima29-Apr-09 1:11 
AnswerRe: How to build a caluclator using asp.net web application Pin
Vasudevan Deepak Kumar29-Apr-09 1:28
Vasudevan Deepak Kumar29-Apr-09 1:28 
QuestionValidate the sum of textbox Pin
Girish48129-Apr-09 0:43
Girish48129-Apr-09 0:43 
AnswerRe: Validate the sum of textbox Pin
J a a n s29-Apr-09 0:53
professionalJ a a n s29-Apr-09 0:53 
GeneralRe: Validate the sum of textbox Pin
Girish48129-Apr-09 1:00
Girish48129-Apr-09 1:00 
GeneralRe: Validate the sum of textbox Pin
jai_10129-Apr-09 1:06
jai_10129-Apr-09 1: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.