↧
can you make args that are passed upon runtime in C# global?
I have an app that needs to set the connectionstring based upon an arg that is passed at runtime. I would like to access that argument in any method to create the connectionstring instead of having to...
View ArticleData retrieval from TextBox and insert in to database
Hi i am learning c#2008 and asp.net3.5. I want to get data from my textbox control and insert it in database so i cant find any source code or presentation so please tell me how to do it or give me...
View Article