Search Results

1
vote
3answers
714 views

Asp.Net: Javascript Modal Window

I would like to create a javascript modal pop up window to get some values from a user in a ASP.Net 2.0 webpage. The basic idea is this. When a user clicks a button, a modal window will com …
2
votes
9answers
5k views

GridView - Show headers on empty data source.

In C# how do I still show the headers of a gridview, even with the data source is empty. I am not auto generating the columns as they are all predefined. Currently what I am doing …
0
votes

What is the best way to rollout web applications?

I work for a state agency and we do all our deployments using a product called RepliWeb. It works good because as dev's we have no control over the webservers. But we can deploy to a deploy …
2
votes

GridView - Show headers on empty data source.

After posting this I did come up with a way that works. However, I don't feel it is the best way to handle this. Any suggestions on a better one? //Check to see if we get rows back, …
1
vote

Where can I find a Good Sample ASP.NET Database Driven Web Application?

For 1 through 3, I would recommend downloading some of the ASP.NET starter kits. I'm not sure if they work with Oracle though. Some of the bigger frameworks are also great starts like DotNe …
1
vote

Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?

When a client creates an object for your web service, what they are really creating is a proxy object to that web service. This proxy object handles things like opening and closing your connections …
2
votes

ASP.net - membership

Look in the app_data folder, which is a part of your project. There should be a database file in there. Unless you manually created the aspnetdb, using the aspnet_regsql.exe command, a database wil …