Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: System.FormatException: String was not recognized as a valid DateTime Pin
Asif Rehman21-Oct-10 1:37
Asif Rehman21-Oct-10 1:37 
GeneralRe: System.FormatException: String was not recognized as a valid DateTime Pin
Pete O'Hanlon21-Oct-10 1:55
mvePete O'Hanlon21-Oct-10 1:55 
AnswerThanks It works. Pin
Asif Rehman21-Oct-10 2:15
Asif Rehman21-Oct-10 2:15 
GeneralRe: Thanks It works. Pin
Pete O'Hanlon21-Oct-10 2:57
mvePete O'Hanlon21-Oct-10 2:57 
QuestionAjax in aspx page Pin
Morgs Morgan20-Oct-10 22:54
Morgs Morgan20-Oct-10 22:54 
AnswerRe: Ajax in aspx page Pin
Blue_Boy20-Oct-10 23:30
Blue_Boy20-Oct-10 23:30 
Questionpopup window open automatically when a row inserted to the table Pin
Ahamed Azeem20-Oct-10 22:33
Ahamed Azeem20-Oct-10 22:33 
AnswerRe: popup window open automatically when a row inserted to the table Pin
Morgs Morgan20-Oct-10 23:06
Morgs Morgan20-Oct-10 23:06 
if u want to do it from codebehind, make your main div to runat="server" so that you can access it from codebehind.
e.g.
my popup content


After the code for inserting a new row executes the very last thing u must now do is to show the modal.
e.g.
public void InsertTableRow()
{
   //here i have inserted a new row into my table..

   //now i will show the updates in a popup modal like so:
   popupModal.Style.Value = "display:block;";
   //watch here, am applying new style for this div on a div-id, which then mean that all your fancy css styles should be appended to your class(e.g. myPopupClass). if u include all your css on your id and u execute the above code to show your modal the css is going to be overwritten....
}


hope that helps...
AnswerRe: popup window open automatically when a row inserted to the table Pin
Prerak Patel20-Oct-10 23:11
professionalPrerak Patel20-Oct-10 23:11 
QuestionDataset VS SQL Server Database Pin
future383920-Oct-10 16:09
future383920-Oct-10 16:09 
AnswerRe: Dataset VS SQL Server Database Pin
Brij20-Oct-10 17:56
mentorBrij20-Oct-10 17:56 
QuestionAdvantages of .ashx pages. Pin
anoop_m8320-Oct-10 13:23
anoop_m8320-Oct-10 13:23 
AnswerRe: Advantages of .ashx pages. Pin
Brij20-Oct-10 17:47
mentorBrij20-Oct-10 17:47 
GeneralRe: Advantages of .ashx pages. Pin
anoop_m8321-Oct-10 1:14
anoop_m8321-Oct-10 1:14 
QuestionFurther to the "validation on string" post below Pin
NeverHeardOfMe19-Oct-10 23:37
NeverHeardOfMe19-Oct-10 23:37 
Questionvalidation on string Pin
gautamamit819-Oct-10 19:59
gautamamit819-Oct-10 19:59 
AnswerRe: validation on string Pin
Anurag Gandhi19-Oct-10 20:18
professionalAnurag Gandhi19-Oct-10 20:18 
GeneralRe: validation on string Pin
DaveAuld19-Oct-10 21:20
professionalDaveAuld19-Oct-10 21:20 
QuestionHelp printing .rdl reports using the asp ReportViewer control from a web page to the users client printer. Pin
Steve Holdorf19-Oct-10 6:02
Steve Holdorf19-Oct-10 6:02 
AnswerRe: Help printing .rdl reports using the asp ReportViewer control from a web page to the users client printer. Pin
Steve Holdorf19-Oct-10 8:24
Steve Holdorf19-Oct-10 8:24 
GeneralRe: Help printing .rdl reports using the asp ReportViewer control from a web page to the users client printer. Pin
Steve Holdorf19-Oct-10 12:10
Steve Holdorf19-Oct-10 12:10 
Questioncodeproject host?! Pin
Jassim Rahma19-Oct-10 5:14
Jassim Rahma19-Oct-10 5:14 
AnswerRe: codeproject host?! Pin
josda100019-Oct-10 5:28
josda100019-Oct-10 5:28 
AnswerRe: codeproject host?! Pin
Jason Vetter19-Oct-10 8:12
Jason Vetter19-Oct-10 8:12 
GeneralRe: codeproject host?! Pin
Jason Vetter19-Oct-10 8:16
Jason Vetter19-Oct-10 8:16 

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.