Dilemma. I have a page that will be populated with dynamically created controls when the user clicks the add button. They can click add as much as they want, but if the user refreshes the page...
I have a drop-down list on my page that I'm trying to have set to a specific index when the page loads. The value of one of the items in the drop-down list is being passed into the page. I'm...
hi,
I am an asp.net novice, working with the TimeTracker starter kit - anyone familiar with this? - (http://www.asp.net/downloads/starter-kits/time-tracker/), and I wanted to extend it ...
I have a page/form (Page1) with a number of fields (text boxes, drop downs, etc.). Currently all items Insert a record when Continue is selected and the "Success" of that action then redirect...
'lo guys,
I've not been having a lot of luck finding a neat solution to this issue so I thought I'd give a question a try.
I have an ASP.NET web application accessing an MS SQL database....
I've created a User Control (see code below) called TabNavigate.ascx. I consume this UC in multiple pages (3 for this example). In the code behind of the code for the UC, I catch the Tabs_Ac...
Hi,
I am making the dynamic control on the content page which inherited to a Masterpage.
I know how to add the dynamic control using below code if it is not a content page.
protected over...
Hi Experts! It is possible to handle a form's control events in another class? For example, if Form1 has a button, can I put the button's click event handler in another class? Or does it ha...
Hi
i am looking for a dll in ASP.NET aaplication. so that i can use the DatePicker frequently without any problem.
i searched for the same on Google and founded some dll but thos...
I have a custom control that contains a drop down. I have created a Public Property that's bindable for the drop down to control the SelectedValue of my drop down based on values from an Obj...
Hello,
I'm trying to create 5000 users in my application. I imported all the user data into my database. And used SubSonic to create a class/objects from it.
Can you create users and updat...
First, my QuickBooks that worked for some time would not launch in my xp computer. I unstalled and tried to re-install when the error message appeard:"Microsoft.net assembly registration utili...
Hi all
We developed windows application in VB.NET and we use remoting services through IIS - Site.
We capture proxy settings using system.uri classes. There are advanced button which g...
I have an IIS server running a local Asp.Net website. Everything works fine from my desktop but can not get remote access to this local website working.
I am on a Qwest router (IP 75.xxx.xx...
We are recompiling our code from .Net Framework 1.1 to 2.0, I am getting an error at the line of code:
string callingDLLFolder = string.Concat(new Uri(Path.GetDirectoryName(System.Reflection....
I am using the Microsoft.Office.Interop.Word library in my new application. Can this be included in the deployment package? Does it need to register on setup? Will an app with this dependen...
I have a GridView using a SqlDataSource. I am trying to use the built in Edit feature of the GridView to update the single selected row. However, when I edit one of the fields, it changes th...
I am setting up website on a server with resources on a shared drive.
I get the following error.
Server Error in '/Test' Application.
---------------------------------------------------...
We are under team development environemnt and use enterpriseLibrary installed in GAC.
The issue is one of machine has enterpriseLibrary with different key.
I couldn't find any way to remove ...
I am building an internal app that I want to deploy via clickonce. The app uses SQLExpress and it works fine if I install SQLExpress on the user's machine beforehand, however due to the securi...
Greeting,
I am looking for ASP.NET Open Source Scheduling Calendar control to be used within Hotel/Motel Web-based Application.
I am using .Net framework 2.0 and the application is working fine but , since I have installed some windows updates which also includes an update for Framework 2.0, it often give above error w...
I'm trying to host asp.net application and asp web services without IIS. I found the cassini web project and other tutorial around the net. All of them are using the CreateApplicationHost from...
Hi,
I am using VS2005.
Are there more controls for the window form like different themes/color/shapes in the default .netframework??
Things like arrow shape buttons??
How about web for...
Trying to "install" a large Net 2.0 Web application on to my server for development. This app uses AJAX, and I am trying to get my version of AJAX into sync with the version presently used by ...