Advanced Forum Search Results
-
Hurray!
-
Good news, look forward to it.
-
just seeing on the myposts/posts you have made sections. Makes it very difficult to use
-
In the old forum a thread you'd posted in would be bold if there something had changed allowing you to easily ready "what's new". How do you do that now?
-
One very basic method I use for OOB is to put in a Messagebox as early as possible. That will sit there giving you time to attach a debugger.
-
dlg.Closed += (object sender, EventArgs e) =>
{
this.Input = dlg.InputBox.Text;
}
-
You don't need to rephrase you need to show that you understand the basics of asp because without that we're just writing your project for you
-
If you've got Etags set on the server then you can use a network sniffer (such as Web Developer) to examine the "is it cached" conversation and see what is going on. If there isn't a conversation then it's a problem in the client code, either SL or the browser.
-
What do you mean there isn't a page load event? Can you write an aspx page that stores a value in the session and then sets that value as the text for a label control?
-
It doesn't but why bang your head againsts a wall using what amounts to an unsupported tag, plus IMO it's just complicating the problem as you're having to second guess how the design time form of the asp control is interpreting its properties. Just remove all that guess work.