Click here to Skip to main content
15,923,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how can I update a record in sql from an aspx form Pin
Colin Angus Mackay20-Sep-07 3:52
Colin Angus Mackay20-Sep-07 3:52 
QuestionProblem in Displaying image in Mozilla Pin
N a r e s h P a t e l20-Sep-07 2:32
N a r e s h P a t e l20-Sep-07 2:32 
AnswerRe: Problem in Displaying image in Mozilla Pin
N a v a n e e t h20-Sep-07 3:10
N a v a n e e t h20-Sep-07 3:10 
GeneralRe: Problem in Displaying image in Mozilla Pin
N a r e s h P a t e l20-Sep-07 3:23
N a r e s h P a t e l20-Sep-07 3:23 
GeneralRe: Problem in Displaying image in Mozilla Pin
N a v a n e e t h20-Sep-07 3:33
N a v a n e e t h20-Sep-07 3:33 
GeneralRe: Problem in Displaying image in Mozilla Pin
Guffa20-Sep-07 3:37
Guffa20-Sep-07 3:37 
GeneralRe: Problem in Displaying image in Mozilla Pin
N a r e s h P a t e l20-Sep-07 3:39
N a r e s h P a t e l20-Sep-07 3:39 
QuestionShow an error message in div Pin
Malayil alex20-Sep-07 2:31
Malayil alex20-Sep-07 2:31 
Hai,

i have a problem i want to show my error message in a div field that placed in the master page ..

public void SetError(string errorMessage)
{
divErrorMessage.InnerHtml = errorMessage;

}

ok. then each page if something have to show then i call like'

(this.Master as View_pages_MasterPage).SetError(CustomResourceManager.ReadResourceName("Resx_ViewDamageReport_StatusUpdation_ErrorMsg"));

here the error message will come...

what i want is i want to show that div only error is come means once i set some error message in that div otherwise that div will be invisible...because div has some background color...


please give me some help..

alex.
Questionimage in tilte bar Pin
kimo code20-Sep-07 2:00
kimo code20-Sep-07 2:00 
AnswerRe: image in tilte bar Pin
pmarfleet20-Sep-07 2:02
pmarfleet20-Sep-07 2:02 
GeneralRe: image in tilte bar Pin
kimo code20-Sep-07 2:04
kimo code20-Sep-07 2:04 
GeneralRe: image in tilte bar Pin
pmarfleet20-Sep-07 2:08
pmarfleet20-Sep-07 2:08 
GeneralRe: image in tilte bar Pin
kimo code20-Sep-07 3:04
kimo code20-Sep-07 3:04 
Questionlogo beside title page Pin
kimo code20-Sep-07 1:20
kimo code20-Sep-07 1:20 
AnswerRe: logo beside title page Pin
Malcolm Smart20-Sep-07 1:24
Malcolm Smart20-Sep-07 1:24 
GeneralRe: logo beside title page Pin
kimo code20-Sep-07 1:30
kimo code20-Sep-07 1:30 
GeneralRe: logo beside title page Pin
Malcolm Smart20-Sep-07 1:36
Malcolm Smart20-Sep-07 1:36 
GeneralRe: logo beside title page Pin
kimo code20-Sep-07 1:43
kimo code20-Sep-07 1:43 
GeneralRe: logo beside title page Pin
pmarfleet20-Sep-07 2:01
pmarfleet20-Sep-07 2:01 
GeneralRe: logo beside title page Pin
kimo code20-Sep-07 2:02
kimo code20-Sep-07 2:02 
AnswerRe: logo beside title page Pin
Guffa20-Sep-07 3:04
Guffa20-Sep-07 3:04 
GeneralRe: logo beside title page Pin
kimo code20-Sep-07 3:05
kimo code20-Sep-07 3:05 
Questionrow_command event not fire Pin
kirtiarora20-Sep-07 1:14
kirtiarora20-Sep-07 1:14 
AnswerRe: row_command event not fire Pin
Sathesh Sakthivel20-Sep-07 1:16
Sathesh Sakthivel20-Sep-07 1:16 
GeneralRe: row_command event not fire Pin
kirtiarora20-Sep-07 1:21
kirtiarora20-Sep-07 1:21 

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.