Click here to Skip to main content
15,907,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image Viewer Pin
Christian Graus1-Sep-09 20:50
protectorChristian Graus1-Sep-09 20:50 
QuestionProblem when deploying to production server; can no longer resolve App_Code class Pin
David Mujica1-Sep-09 9:53
David Mujica1-Sep-09 9:53 
AnswerRe: Problem when deploying to production server; can no longer resolve App_Code class Pin
Abhishek Sur1-Sep-09 10:00
professionalAbhishek Sur1-Sep-09 10:00 
GeneralMore info on problem Pin
David Mujica1-Sep-09 10:50
David Mujica1-Sep-09 10:50 
GeneralRe: More info on problem Pin
Abhishek Sur1-Sep-09 11:36
professionalAbhishek Sur1-Sep-09 11:36 
QuestionMasterpage control update Pin
Ridge Howison1-Sep-09 9:27
Ridge Howison1-Sep-09 9:27 
AnswerRe: Masterpage control update Pin
Abhishek Sur1-Sep-09 9:41
professionalAbhishek Sur1-Sep-09 9:41 
AnswerRe: Masterpage control update Pin
droth172-Sep-09 5:41
droth172-Sep-09 5:41 
After you capture the event from the Modal window have a public Sub in your user control that you can call that updates the UC. You can either pass the values into the usercontrol or requery the DB, I would just pass the values in if you already know them.

It would be something like this in the content page, then the corresponding sub in the User Control
Dim oUC As MyUserControlType = CType(Master.FindControl("UserControlName"), MyUserControlType)

oUC.UpdateMe(NewValue)

QuestionRead from text file & store in DB...Best way to implement Pin
Hemant_ec481-Sep-09 8:15
Hemant_ec481-Sep-09 8:15 
AnswerRe: Read from text file & store in DB...Best way to implement Pin
Manas Bhardwaj1-Sep-09 8:24
professionalManas Bhardwaj1-Sep-09 8:24 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 8:35
professionalAbhijit Jana1-Sep-09 8:35 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Hemant_ec481-Sep-09 9:15
Hemant_ec481-Sep-09 9:15 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 9:23
professionalAbhijit Jana1-Sep-09 9:23 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Hemant_ec482-Sep-09 4:57
Hemant_ec482-Sep-09 4:57 
AnswerRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 8:32
professionalAbhijit Jana1-Sep-09 8:32 
QuestionBreadcrumbs align right of menu Pin
Steve van Niman1-Sep-09 8:08
Steve van Niman1-Sep-09 8:08 
AnswerRe: Breadcrumbs align right of menu Pin
Not Active1-Sep-09 8:50
mentorNot Active1-Sep-09 8:50 
GeneralRe: Breadcrumbs align right of menu Pin
Steve van Niman1-Sep-09 9:54
Steve van Niman1-Sep-09 9:54 
AnswerRe: Breadcrumbs align right of menu Pin
sashidhar1-Sep-09 21:50
sashidhar1-Sep-09 21:50 
Questionclient side script for server control Pin
dotnetcsharpdev1-Sep-09 4:01
dotnetcsharpdev1-Sep-09 4:01 
AnswerRe: client side script for server control Pin
DeveloperAtul1-Sep-09 4:18
DeveloperAtul1-Sep-09 4:18 
AnswerRe: client side script for server control Pin
Not Active1-Sep-09 4:21
mentorNot Active1-Sep-09 4:21 
AnswerRe: client side script for server control Pin
dotnetcsharpdev1-Sep-09 4:55
dotnetcsharpdev1-Sep-09 4:55 
GeneralRe: client side script for server control Pin
DoctorMick1-Sep-09 5:52
DoctorMick1-Sep-09 5:52 
GeneralRe: client side script for server control Pin
dotnetcsharpdev1-Sep-09 5:56
dotnetcsharpdev1-Sep-09 5:56 

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.