Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get Controls in htmlstring Pin
Imran Khan Pathan2-Nov-09 20:49
Imran Khan Pathan2-Nov-09 20:49 
GeneralRe: Get Controls in htmlstring Pin
Christian Graus2-Nov-09 20:51
protectorChristian Graus2-Nov-09 20:51 
GeneralRe: Get Controls in htmlstring Pin
Imran Khan Pathan2-Nov-09 21:02
Imran Khan Pathan2-Nov-09 21:02 
GeneralRe: Get Controls in htmlstring Pin
sashidhar2-Nov-09 21:28
sashidhar2-Nov-09 21:28 
GeneralRe: Get Controls in htmlstring Pin
Christian Graus2-Nov-09 22:33
protectorChristian Graus2-Nov-09 22:33 
GeneralRe: Get Controls in htmlstring Pin
Imran Khan Pathan2-Nov-09 22:38
Imran Khan Pathan2-Nov-09 22:38 
AnswerRe: Get Controls in htmlstring Pin
Abhishek Sur2-Nov-09 21:24
professionalAbhishek Sur2-Nov-09 21:24 
Questionfile upload and repeater Pin
m@dhu2-Nov-09 19:47
m@dhu2-Nov-09 19:47 
im using repeater control.had a edit button which redirect to another page(edit.aspx).
in edit.aspx i had few textboxes,ddl's and fileupload controls for images..
using sessions im transferring data of employees from repeater page to edit.aspx page.
similarly i want to transfer images of that particular employee..
tried using handler.ashx im gettin the last uploaded image(image control) for every employee...
help me.... Confused | :confused:

repeater page
 protected void Repeater1_ItemCommand1(object source, RepeaterCommandEventArgs e)
   {
    }
if (e.CommandName == "edit")
       {
          // used session to transfer data
          // session["empname"]=dr["empname"]
       }


edit.aspx

Image1.ImageUrl = "handler3.ashx?staffID=" + ("staffID");
        TextBox5.Text = Session["headline"].ToString();

AnswerRe: file upload and repeater Pin
Christian Graus2-Nov-09 19:50
protectorChristian Graus2-Nov-09 19:50 
GeneralRe: file upload and repeater Pin
m@dhu2-Nov-09 19:58
m@dhu2-Nov-09 19:58 
GeneralRe: file upload and repeater Pin
Christian Graus2-Nov-09 20:10
protectorChristian Graus2-Nov-09 20:10 
GeneralRe: file upload and repeater Pin
Christian Graus2-Nov-09 20:51
protectorChristian Graus2-Nov-09 20:51 
GeneralRe: file upload and repeater Pin
m@dhu2-Nov-09 22:07
m@dhu2-Nov-09 22:07 
GeneralRe: file upload and repeater Pin
Christian Graus2-Nov-09 22:20
protectorChristian Graus2-Nov-09 22:20 
GeneralRe: file upload and repeater Pin
m@dhu2-Nov-09 23:22
m@dhu2-Nov-09 23:22 
GeneralRe: file upload and repeater Pin
Christian Graus3-Nov-09 8:38
protectorChristian Graus3-Nov-09 8:38 
GeneralRe: file upload and repeater Pin
m@dhu3-Nov-09 17:49
m@dhu3-Nov-09 17:49 
GeneralRe: file upload and repeater Pin
Christian Graus3-Nov-09 19:26
protectorChristian Graus3-Nov-09 19:26 
GeneralRe: file upload and repeater Pin
m@dhu3-Nov-09 21:23
m@dhu3-Nov-09 21:23 
QuestionCart Pin
KhandelwalA2-Nov-09 19:40
KhandelwalA2-Nov-09 19:40 
AnswerRe: Cart Pin
Christian Graus2-Nov-09 19:48
protectorChristian Graus2-Nov-09 19:48 
QuestionRegular expression in ASP.Net. Pin
suravi2-Nov-09 19:12
suravi2-Nov-09 19:12 
AnswerRe: Regular expression in ASP.Net. Pin
Christian Graus2-Nov-09 19:28
protectorChristian Graus2-Nov-09 19:28 
AnswerRe: Regular expression in ASP.Net. Pin
ademsandeepreddy2-Nov-09 19:31
ademsandeepreddy2-Nov-09 19:31 
AnswerRe: Regular expression in ASP.Net. Pin
KhandelwalA2-Nov-09 19:32
KhandelwalA2-Nov-09 19:32 

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.