| Thread | Last Post | Replies |
|
| Asp.net 2.0 deployment with encryption | 20 Apr 2006 02:37 GMT | 3 |
I need to deploy and asp.net 2.0 application that has dpapi/machine encrypted connection strings. I tried using the VS Build Publish menu selection and then putting the encryption in the global.asax application_start event. Unfortunately
|
| Datagrid: Old data after update | 20 Apr 2006 01:36 GMT | 2 |
I did some searchs, but can't find the answer to my problems. I have a editable DataGrid. I do an update of one of the rows. Postback "OnUpdateCommand"
|
| How to control what gets returned by command.ExecuteNonQuery()? | 20 Apr 2006 01:19 GMT | 3 |
What can I put in a stored procedure to control what gets returned by command.ExecuteNonQuery()? I already tried this: param = comm.CreateParameter(); param.ParameterName = "@Success";
|
| Need help for counting records in asp.net | 19 Apr 2006 23:35 GMT | 2 |
I have created 4 datagrid in different controls and these controls I am calling in home page. Now I want that if there are more than 20 rows(for all 4 controls or it may be 1 or controls also) in that screen then one more button should display and remaining recored and controls
|
| Loosing CSS styles after authenticating | 19 Apr 2006 23:03 GMT | 1 |
Hello, does anyone know why one would lose their styles after successfully authenticating against forms auth? I'm using asp.net 2.0 and the page that is being redirected to after authenticating is a content page created from a masterpage.master. Styles are lost on all
|
| custom membership provider | 19 Apr 2006 23:00 GMT | 1 |
I am trying to implement my own custom provider for memberships, basically only id/pwd (no roles). I use the new login web control (I am using asp.net 2.0 and VS2005). In web.config I followed the examples like:
|
| access members in the Master page class | 19 Apr 2006 22:48 GMT | 4 |
In ASP.NET 1.1, I have a base page for all my pages in an application. The base page contains some common properties that every page needs, the code behind file of every page looks like this: public class Home : MyBasePage {
|
| Treeview Controls without a <table> | 19 Apr 2006 21:14 GMT | 1 |
I am using the TreeView control in ASP.NET 2.0 and like it. However, our sitebuilders aren't too pleased with the idea of the table that gets rendered. They are big into avoiding <table> tags when it comes to site build.
|
| GridView Update | 19 Apr 2006 21:02 GMT | 1 |
In VS-05 on an aspx page I have a GridView with a select item column. When the select button is pressed a DetailsView control opens with the selected record displayed. The user can now edit the record by pressing the edit button. After the record is edited in the DetailsView ...
|
| keeping resx files in another folder | 19 Apr 2006 20:53 GMT | 3 |
is there a way to get visual studio (2k3) to put and keep resx files in a folder? i create yada.aspx yada.aspx.resx is created
|
| Pop-up Calendar with masterpage | 19 Apr 2006 20:35 GMT | 1 |
I have a 2.0 asp app and i'm trying to implement a pop-up calendar. I can get the calendar to pop-up and select a value, but can not get the value to pass back to the calling page. Here is the code i'm using: code linked to an html button
|
| LDAP AD type query | 19 Apr 2006 20:12 GMT | 1 |
Is there a simple way to get this to work from an ASP.NET 2.0 vb.net page? I just want the firstname and surname values for a userid and this script works quite well. I've researched for a while but can't quite find an example that produces the same result in ASP.NET...
|
| Use a DAL ? | 19 Apr 2006 20:07 GMT | 4 |
Ok, I *should* know the answer to this but... I am working on a fairly simple intranet Asp.Net 2/SQL2000 project. On 90% of the functions, the data is basically one-to-one table updates handled by a gridview.
|
| Missing Enable Editing checkbox in GridView and DetailsView | 19 Apr 2006 19:54 GMT | 1 |
I just installed VS 2005...both GridView and DetailsView, I'm using a SQLdataSource and both controls do NOT have a checkbox for Enable Editing. Help please!!!
|
| Time to reboot? | 19 Apr 2006 19:38 GMT | 3 |
"Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again". Well, I sure can't see it. I guess I'll pull the plug.
|