Hello,
Here are two very thorough walkthroughs on doing just this:
http://imar.spaanjaars.com/416/building-layered-web-applications-with-microsoft-aspnet-20-part-1...
Type: Posts; User: gep13
Hello,
Here are two very thorough walkthroughs on doing just this:
http://imar.spaanjaars.com/416/building-layered-web-applications-with-microsoft-aspnet-20-part-1...
Hello,
Since I have been digging into this some more, I thought I would give this a try, and this is what I have come up with.
First of all, rather than load directly from the XML file, I...
Are you able to share some of the code that you are using?
Without it, it is going to be hard to help.
I would suggest that you start from the beginning though. Don't immediately start putting...
With regard to your question, I suspect that your Literal is getting "covered" by the GridView. If you check the view source for the rendered page, I suspect that it is there.
If you want a...
Hello,
When you are posting code into the forum, can you please remember to surround it in
or tags? It makes it a lot easier to read. I have done this for you in your above post.
Gary
Hello dr223,
The problem here is that you are doing multiple postbacks to the server, which is causing the state of the button to change.
If the only thing that you are doing when the CheckBox...
Hey,
I am not sure that passing in additional information in the query string is the best approach.
I would suggest that John's approach is probably the best, unless you are looking to...
Hey,
Another approach would be to use an HttpHandler for any request for a particular file type. In the HttpHandler, you would then do the look up against "somewhere" to figure out whether or not...
Hey,
For an online resource to help you with constructing the Regular Expression, be sure to check out this site:
http://gskinner.com/RegExr/
I use it all the time :)
Gary
Ah, you are of course correct! :)
Gary
Hey,
Is it possible that you can show the URL that you pass into the details page?
It might be as simple as looking at the id parameter that you pass in, and then constructing a new URL, in the...
Hey yolandre,
Thanks for the info. I will definitely keep an eye out for these problems, one of our internal products is moving to support IE10, so we may start to run into some of these issues....
For what it is worth, I would have to agree with Sapator. From what you have described, it would be best to start using the concept of MasterPages, that can then have various areas of a page,...
Ok, so as per the article that I linked to, that is not early enough in the ASP.Net Page Life Cycle. You will have to alter your code as per the article.
Gary
Can you be a little bit more specific? What exactly isn't working?
Should would replace it with the routed url.
i.e. you said you wanted your URL to be pretty, so you would want to...
Gotcha.
Does this help:
http://www.vbforums.com/misc.php?do=bbcode
Gary
Not a problem at all! Hope you get it all sorted out!
Tell me about it! It is hard trying to keep up with it all!
Gary
Visual Studio 2010 also has a XAML editor, yes, but I think it would be fair to say that it is not as "polished" as the Editor in Visual Studio 2012. Still perfectly functional for what you would...
Hey,
You don't have to be doing a database application in order to use the MVVM pattern. In your case the model would simply be the entities, or POCO's that you are getting back from the service....
Is it possible for you to post the class that you are using?
Hello,
Yes, you can essentially "port" an existing Windows Form application, driven by click events, and callbacks, into a WPF application. The User Interface is obviously far different, using...
Hey,
Is Opensession defined as a method on the Helper Class which lives within the DEntity namespace?
If so, is this method a static method? Do you first have to create an instance of the...
Hey,
Which page level events are you doing this work in though?
Is it possible to upload the entire aspx and aspx.vb files?
If not, can you put it together in a small sample application and...
Hello,
Is it possible to show the code that you are using? It sounds like the controls that you are creating don't have their event handlers hooked up at the right point, therefore when the...
Hey,
Out of interest which sample are you doing?
Based on the query string format that you are using, I would have thought that you needed something like this:
...
Hello,
I have moved your question to it's own thread.
Thanks for the report dilettante!
Gary
Oh! That sounds like a severe limitation of the control!
The GridView is a very powerful control though, and most times, with a bit of work, you can bend it to your way of thinking :)
Gary
Hey,
One "Standard" way of doing this would be to assign the Tag of the button that you are clicking on to the Index value for the row that is being bound to. This can either be done in the ASPX...
When you see this happen, are there any JavaScript errors on the page?
Are you running any addon's within Firefox?
Gary
Hey,
I have just started using the forums just now today, and they seem fine to me.
Gary
Hey,
Check the link in my signature, it explains how to mark a thread as resolved :)
Gary
Just out of curiousity, have you updated to the latest jQuery?
Yeah, I read all that after I had read and responded to post #44, before reading post #45. I should have gone back and edited it :)
Hello rlsj,
Welcome to the forums!
I am going to move your question to the General Developer Forum, as I suspect that this is the best place to get an answer to your question.
Gary
What sort of problems are you seeing? Although not directly developing against it yet, I use IE10 on my desktop machine at work and at home, and I can honestly say that I haven't seen any notable...
If this isn't a great story on why to use Source Control, I don't know what would be :)
Glad to hear that you got it all sorted out though!
Gary
Really?!? Is there no source control repository being used? SVN? Git? TFS? Even VSS?
It is probably worth looking into this. If you do a view source on the rendered page, what is the output for the above link?
Gary
For what it's worth, ELMAH is very good at what it does :)
Gary