Posted on 09 June 2010. Tags: access, ASP.NET, Auto, based, condition, consecutively, database, increment, save
In a form there are 3 text boxes – assetid, quantity, amount. When i enter 3 in the quantity and click a save button, assetid should auto increment from com1 to com2,com3,com4 consecutively in access database column and at the same time the amount should be divided equally among the 3 assetid and saved in the database.
Posted in ASP
Posted on 08 June 2010. Tags: ASP.NET, code, file, from, html, print
I made an application form by asp.net VB andnow I want to generate a html page as preview and print. What should I do?
Posted in ASP
Posted on 08 June 2010. Tags: ASP.NET, delay, JavaScript, loading, page, using
How do i make page loading delay using asp.net or javascript ?
Posted in ASP
Posted on 07 June 2010. Tags: ASP.NET, learn, should
what is the best way to learn and become an expert n asp.net. I am very desperate to learn it so i downloaded some projects and then going through the code but everything passing above my head.
Also, reading wrox: beginning asp.net with c#. But i don’t like it.
Posted in ASP
Posted on 07 June 2010. Tags: anybody, ASP.NET, basics, learn, site, tell
I want to add forms like drag and drop system and a little bit about codings.
does any one know , how to add a master page.
urgent pls.
Posted in ASP
Posted on 07 June 2010. Tags: ASP.NET, dynamically, process, webpage
I want to load an asp.net page from a database into a asp.net page that is already loaded in the browser. How can I process the requested asp.net webpage on the fly?
Normally this type of task is accomplished by defining the nested aspx page as a user control, but I simply don’t want to make an entire page a user control (it doesn’t make sense to me to do that). I also would like to avoid postback of the entire page. On the scale that I am attempting to do this, it really isn’t practical in the real world, but the principles are useful to know.
So an Iframe would be an easy alternative, but I don’t want to use frames, of any kind, either (just out of dislike). My goal is to make the page visibly and functionally seamless using asp.net code retrieved from a database or a source control service. As for Ajax, that is the method that I want to use to take advantage of to reduce the RTT (round trip time). I hope that clears up some of the questions.
The more I think about and talk about this topic, the more I think it is not currently possible. I think the trick is to get access to a thread that can execute the vb.net or c# compiler and return the processed il code to the browser.
This topic is just fun for me to think about. Its application could be used to “sloppily” manage projects. I really just think it would be cool to do. It might take 4 hours to execute a page, but still cool.
Posted in ASP
Posted on 05 June 2010. Tags: ASP.NET, back, from, grid, html, value, VB.net
I am trying to get a value back from an html grid on an asp.net page. I want to get the details of the controls on the page that I have stored in the html grid. How would I loop though the contents of the grid so that I can get the values back from the html. I have converted the grid to run as a server control.
Posted in ASP
Posted on 05 June 2010. Tags: ASP.NET, become, Developer, long, take
I was told that it takes years to become a good C# programmer. But if I want to become an ASP>NET developer how much time should I expect to learn the technology until I can get ready and apply for an entry level position? I know that asp.net use C# but not intensively like a C# programmer.
If I study 3 H per day for 6 months. Can I be ready?
Posted in ASP
Posted on 04 June 2010. Tags: ASP.NET, error, form, mistake, purposely
For example, I put a “abc” on a decimal column. Of course there would be the error page. But the thing is that I don’t want that to appear. I want a message box to appear saying that “Action is not allowed” or something like it.
How do I do that?
Posted in ASP
Posted on 03 June 2010. Tags: ASP.NET, best, help, problems, Studio., visual, website
i.e. where are all the best techies to be found?
Posted in ASP