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

ASP.NET

 
GeneralRe: how to retrive and store image insql server database with making use of ASP/vb.net and using html file feild control Pin
Not Active24-Jul-06 7:05
mentorNot Active24-Jul-06 7:05 
QuestionPostBack Problems Pin
Rhlye19-Jul-06 7:14
Rhlye19-Jul-06 7:14 
AnswerRe: PostBack Problems Pin
Are Jay19-Jul-06 8:14
Are Jay19-Jul-06 8:14 
GeneralRe: PostBack Problems Pin
Rhlye19-Jul-06 11:38
Rhlye19-Jul-06 11:38 
GeneralRe: PostBack Problems Pin
Are Jay19-Jul-06 11:40
Are Jay19-Jul-06 11:40 
GeneralRe: PostBack Problems Pin
Rhlye19-Jul-06 13:40
Rhlye19-Jul-06 13:40 
GeneralRe: PostBack Problems Pin
Grapes-R-Fun19-Jul-06 15:44
Grapes-R-Fun19-Jul-06 15:44 
AnswerRe: PostBack Problems Pin
minhpc_bk19-Jul-06 15:37
minhpc_bk19-Jul-06 15:37 
Rhlye wrote:
Waht can i do for avoid the postbak in the master page?

The MasterPage in its nature is a user control which is then combined with the content page to produce the entire web page. So when a postback occurs, the whole web page is reloaded including the contents, header and the treeview control in the masterpage. In this case, if you only want to reload the contents, but the master page part, you may have a couple of options which you can consider:

+ Use frame (or iframe) like you see the online MSDN library web site.
+ Use Atlas (or Ajax in general) to dynamically load the output markup of the content web page only, then attach it to the current document at the client side.

QuestionValidation Control Pin
Armando_Ramirez19-Jul-06 6:36
Armando_Ramirez19-Jul-06 6:36 
AnswerRe: Validation Control Pin
Are Jay19-Jul-06 8:11
Are Jay19-Jul-06 8:11 
GeneralRe: Validation Control Pin
Armando_Ramirez19-Jul-06 9:54
Armando_Ramirez19-Jul-06 9:54 
GeneralRe: Validation Control Pin
Are Jay19-Jul-06 12:19
Are Jay19-Jul-06 12:19 
GeneralRe: Validation Control Pin
Grapes-R-Fun19-Jul-06 16:31
Grapes-R-Fun19-Jul-06 16:31 
QuestionExporting XML to Excel Error.... Pin
Are Jay19-Jul-06 5:43
Are Jay19-Jul-06 5:43 
AnswerRe: Exporting XML to Excel Error.... Pin
minhpc_bk19-Jul-06 17:30
minhpc_bk19-Jul-06 17:30 
GeneralRe: Exporting XML to Excel Error.... Pin
Are Jay21-Jul-06 5:30
Are Jay21-Jul-06 5:30 
Questionhow to display the date without the time.. Pin
ypsyong19-Jul-06 5:36
ypsyong19-Jul-06 5:36 
AnswerRe: how to display the date without the time.. Pin
Paddy Boyd19-Jul-06 5:47
Paddy Boyd19-Jul-06 5:47 
GeneralRe: how to display the date without the time.. Pin
ypsyong19-Jul-06 15:55
ypsyong19-Jul-06 15:55 
AnswerRe: how to display the date without the time.. Pin
Are Jay19-Jul-06 8:01
Are Jay19-Jul-06 8:01 
GeneralRe: how to display the date without the time.. Pin
ypsyong19-Jul-06 15:58
ypsyong19-Jul-06 15:58 
QuestionHow to deploy an ASP.Net application Pin
Sayed Muhammad Imran19-Jul-06 4:23
Sayed Muhammad Imran19-Jul-06 4:23 
AnswerRe: How to deploy an ASP.Net application Pin
mnaveed19-Jul-06 4:51
mnaveed19-Jul-06 4:51 
QuestionChanges only show on refresh [modified] Pin
cyber-will19-Jul-06 3:39
cyber-will19-Jul-06 3:39 
AnswerRe: Changes only show on refresh Pin
minhpc_bk19-Jul-06 16:44
minhpc_bk19-Jul-06 16:44 

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.