- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Learn to create a WCF Service because then you can open it up to other platfomrs like Web and Mobile computing. I agree with checking SourceForge for ideas. You'll also learn about source code control like Subversion. I have a VB.Net project there for rendering [URL="http://html5asp.sourceforge.net/"]HTML5 controls in ASP.Net[/URL]. You …
I'm not sure what you're asking about the Web Request. What do you want to happen? As far as downloading the WinApp. You just need to store your installer someplace on your site that the user can access. If you set up a link like [CODE]<a href="myFolder/myApp.zip" title="Right-Click and choose …
There are a lot of ways to interpret what you're asking. How many rows and columns will you allow? Are your columns in DIVs or TABLEs? Try posting some sample code and a bit more background information so more people can give focused advice.
It's not clear what you want to do. Do you mean AJAX in general or the [URL="http://www.asp.net/ajax/ajaxcontroltoolkit/samples/"]ASP toolkit[/URL]? Posting more info will get you better feedback.
HTML5 is more of a presentation layer for the controls. I found myself struggling with how do HTML5 and ASP.Net "fit" together because I wanted to use the values of the inputs in postbacks. If that's what you're looking for, please check out the [URL="http://html5asp.sourceforge.net"]open-source library [/URL]I made to put …
The End.
ja928