Tag Archive | "ASP.NET"

How to auto increment id in access database based on a condition and save the id consecutively in asp.net?


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 ASPComments (1)

how I can print and html file from asp.net, What is the code for that?


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 ASPComments (3)

How do i make page loading delay using asp.net or javascript ?


How do i make page loading delay using asp.net or javascript ?

Posted in ASPComments (1)

How should i learn asp.net with c#?


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 ASPComments (1)

can anybody tell me a site where I can learn the basics of ASP.NET?


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 ASPComments (1)

How do I dynamically process an asp.net 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 ASPComments (2)

How do you get a value back from an html grid with asp.net and 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 ASPComments (1)

How long does it take to become an ASP.NET Developer?


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 ASPComments (2)

How do I make an “Error Form” in ASP.Net when I purposely make a mistake?


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 ASPComments (1)

what is the best website for help with asp.net and visual studio problems?


i.e. where are all the best techies to be found?

Posted in ASPComments (3)

Categories