Click here to Skip to main content
15,917,456 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: object caching in webservice Pin
ToddHileHoffer18-Mar-09 10:05
ToddHileHoffer18-Mar-09 10:05 
GeneralRe: object caching in webservice Pin
dd31415918-Mar-09 10:15
dd31415918-Mar-09 10:15 
GeneralRe: object caching in webservice Pin
ToddHileHoffer18-Mar-09 10:23
ToddHileHoffer18-Mar-09 10:23 
GeneralRe: object caching in webservice Pin
dd31415918-Mar-09 11:05
dd31415918-Mar-09 11:05 
QuestionFireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. [modified] Pin
Bill Lawton18-Mar-09 7:30
Bill Lawton18-Mar-09 7:30 
QuestionRe: Able to stop FireFox loading pages twice. Any thoughts as to why? Pin
Bill Lawton18-Mar-09 9:55
Bill Lawton18-Mar-09 9:55 
AnswerRe: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. Pin
rajmca.g18-Mar-09 19:50
rajmca.g18-Mar-09 19:50 
AnswerRe: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. Pin
JacquesDP18-Mar-09 22:22
JacquesDP18-Mar-09 22:22 
Out of interest, why did you add the oninit event? That is your problem, cause it runs the oninit event which fires the page_load event, and then the page loads which then executes the Page_loads event again, because it is two different events and not a post back your IsPostBack check will return false causing your fill methods to run twice (Once on the oninit and once on the page_load).

No matter how long he who laughs last laughs, he who laughs first has a head start!

GeneralRe: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. Pin
Bill Lawton19-Mar-09 5:50
Bill Lawton19-Mar-09 5:50 
Questionon the fly adding DataFormatString to a TableCell in a GridView Pin
Herman<T>.Instance18-Mar-09 6:54
Herman<T>.Instance18-Mar-09 6:54 
AnswerRe: on the fly adding DataFormatString to a TableCell in a GridView Pin
tech60318-Mar-09 13:59
tech60318-Mar-09 13:59 
GeneralRe: on the fly adding DataFormatString to a TableCell in a GridView Pin
Herman<T>.Instance19-Mar-09 2:46
Herman<T>.Instance19-Mar-09 2:46 
GeneralRe: on the fly adding DataFormatString to a TableCell in a GridView Pin
Herman<T>.Instance19-Mar-09 5:29
Herman<T>.Instance19-Mar-09 5:29 
QuestionProblem with my windows service [modified] Pin
gottimukkala18-Mar-09 6:30
gottimukkala18-Mar-09 6:30 
AnswerRe: Problem with my windows service Pin
Herman<T>.Instance18-Mar-09 6:48
Herman<T>.Instance18-Mar-09 6:48 
GeneralRe: Problem with my windows service Pin
gottimukkala18-Mar-09 6:50
gottimukkala18-Mar-09 6:50 
GeneralRe: Problem with my windows service Pin
Herman<T>.Instance18-Mar-09 6:57
Herman<T>.Instance18-Mar-09 6:57 
GeneralRe: Problem with my windows service Pin
gottimukkala18-Mar-09 7:05
gottimukkala18-Mar-09 7:05 
GeneralRe: Problem with my windows service Pin
Herman<T>.Instance18-Mar-09 7:57
Herman<T>.Instance18-Mar-09 7:57 
QuestionListening for database updates in asp .net Pin
hardboy11118-Mar-09 5:00
hardboy11118-Mar-09 5:00 
AnswerRe: Listening for database updates in asp .net Pin
Abhijit Jana18-Mar-09 5:16
professionalAbhijit Jana18-Mar-09 5:16 
AnswerRe: Listening for database updates in asp .net Pin
Yusuf18-Mar-09 6:15
Yusuf18-Mar-09 6:15 
GeneralRe: Listening for database updates in asp .net Pin
hardboy11118-Mar-09 7:06
hardboy11118-Mar-09 7:06 
QuestionGeneral Webparts Related Question. Pin
mr_muskurahat18-Mar-09 4:21
mr_muskurahat18-Mar-09 4:21 
AnswerRe: General Webparts Related Question. Pin
Abhishek Sur18-Mar-09 5:20
professionalAbhishek Sur18-Mar-09 5:20 

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.