| Thread | Last Post | Replies |
|
| Web.Config | 27 Sep 2007 07:39 GMT | 2 |
I want to add a new attribute in Web.Config for custom membership provider. It's name shouyld be ResyncMintues. I want to set it's time too 5 mintues. How can I do that
|
| Why am I getting this error? | 27 Sep 2007 07:20 GMT | 4 |
I have a page with a image button. I defined it as follow: <asp:ImageButton ID="ImageButton" runat="server" ImageUrl="images\myimage.bmp" OnClick="Button_Click" Visible="False" /> the error list pane, shows this error:
|
| SQL Connection | 27 Sep 2007 06:30 GMT | 1 |
I use "WIndow Authentification" to sign on to "Microsoft SQL Server Management Studio Express". I create and account with "SQL Server Authentification" and assigned a password. I also identify the database that this ID has access to. When I then try to login with this id, I ...
|
| Accented characters | 27 Sep 2007 04:08 GMT | 1 |
I have an ASP.NET app in which I import from a comma-delimited text file, put all that data in a GridView, and then insert the records into multiple related tables in my SQL Server database. I got one text file which contains accented characters. When I bring
|
| C# or Sql Server | 27 Sep 2007 02:09 GMT | 6 |
This can either be a C# or Sql question. I have a SQL table full of data and I need to do a calculation on data that looks like this 00:00:06 00:00:36
|
| ReportViewer Control Permission | 27 Sep 2007 01:48 GMT | 12 |
I am using a ReportViewer control in an ASP.NET 2.0 WAP aspx page in remote processing mode. The report server is on a shared web host. Can anyone tell me or point me to an example of how to pass user name and
|
| Master page and form | 27 Sep 2007 01:30 GMT | 5 |
First: I have a master page that has the form tag in it. My content page, on one occasion, needs a different type of form (uploading files needs encytype="multipart/form-data"). I solved this by duplicating the master page and changing the form tag -- but this seems to defeat ...
|
| [FRAME] how to manage them in VS2005 ? | 27 Sep 2007 01:08 GMT | 5 |
I have vs2005. I'm not a able to find a way to create and manage FRAMEs for a simple .html page in the VS2005 IDE (any toolbox, wizard, property window...).
|
| DateTime | 27 Sep 2007 00:27 GMT | 1 |
I have the folowing two proerties private DateTime _LastSyncDate = DateTime.Now private DateTime _ResyncMinutes; public DateTime LastSyncDate
|
| DataContract | 26 Sep 2007 22:02 GMT | 1 |
What is this exactly? i've heard about it in reference to WCF, but i really have no idea what it is or if it relates to anything else?
 Signature (i''ll be asking a lot of these, but I find C# totally way cooler than vb
|
| Upload file inside AJAX updatepanel - new solution | 26 Sep 2007 21:54 GMT | 2 |
I was looking for a solution, without the full page postback, and all the tip was about a hidden iframe and RJS. The RJS was not known to me before, and still I haven't explored this used with ASP.NET
|
| Check Whether SharePoint Group Exists | 26 Sep 2007 21:22 GMT | 1 |
I was wondering if there was any way to programmatically determine whether or not a group exists in SharePoint. I checked the SPGroupCollection in the SPWeb.SiteGroups property and didn't see any methods for doing lookups. I could obviously write my own code that
|
| How to add a querystring to a databound hyperlink? | 26 Sep 2007 21:17 GMT | 3 |
I have a page which displays a list of items retrieved from a database as hyperlinks and bound using Databinder.Eval. I would now like to set the navigateURL property to be a page plus a querystring containing an id, but when I try to do this is always gives me errors regarding ...
|
| radio button | 26 Sep 2007 20:55 GMT | 4 |
Hi I have two radio button in my webform. One fo them is selected by default. I wrote some simple c# code like this below:
|
| Printer friendly ASP.Net | 26 Sep 2007 20:32 GMT | 2 |
I am in need of printing a detailed form from an ASP.Net page. I am using ASP.Net 2.0 with VB.Net. My intent is to create an ASP.Net page that only contains the information I want printed which includes tables, text, and pictures.
|