| Thread | Last Post | Replies |
|
| How do you bind a DirectoryInfo[] to a GridView | 29 Jun 2007 15:34 GMT | 3 |
I need a way to bind a DirectoryInfo[] array to a GridView without any errors. The code I'm using to create the DirectoryInfo[] array is: // Define the current directory
|
| crystal vb file asp.net 2.0 | 29 Jun 2007 15:22 GMT | 2 |
I add (using add new item>>CrystalReport) to my asp.net 2.0 website a CrystalReport document (rptReport.rpt), but there is no BASIC file created!!! (rptReport.vb) so I can't use the
|
| How to create Dynamic Control(Label) in asp.net with c# | 29 Jun 2007 15:18 GMT | 1 |
I have created the Dynamic control in asp.net c# like for (int i = 1; i <= 5; i++) {
|
| I want to find some good CMS | 29 Jun 2007 14:20 GMT | 1 |
I want to find some good CMS , who can tell me some thank you
|
| Urgent Requirement For .NET Programmers In Bangalore | 29 Jun 2007 13:06 GMT | 2 |
Hi Friends, There is urgent requirement for .NET Programmers in a MNC based in bangalore. Please mail your resumes with the subject line, years of relevant exp and your present location.
|
| popups IE7 | 29 Jun 2007 12:40 GMT | 9 |
In IE7, popup windows opened with Window.Open() behave differently than IE6 in that you can't get rid of the address bar or status bar even when specified so in the Open() options. I was told by a few other developers that this is a security measure and it is no longer possible ...
|
| databind dataset to gridview in gridview | 29 Jun 2007 12:38 GMT | 2 |
Can anyone tell me how to bind a dataset to a gridview in a gridview row during the rowediting event? Thanks, Mike
|
| visual studio is increasingly sluggish as I add pages to my website | 29 Jun 2007 09:30 GMT | 4 |
using VS2005 to build a web site. The more pages I add to the web site, the more sluggish visual studio becomes. I have around 20 pages now and when I press F5 to test a page it can take over 10 seconds to get the browser started and the web page displayed.
|
| Client side radiobutton selection | 29 Jun 2007 08:38 GMT | 3 |
I have a gridview and the first column is a template that generate a radiobuttons in the gridvew. and I would like that user will be able to select one option from the list of the generated radio buttons in my first column - in Client side. (as if in multiple choice exams)
|
| Setting StyleSheet link from a MasterPage | 29 Jun 2007 08:31 GMT | 6 |
I want to insert a CSS Stylesheet file in a <LINK> tag inside my MasterPage so that it will work in all of the the ASPX pages that use that MasterPage (no matter where the page is in the directory hierarchy). I tried adding
|
| directory class | 29 Jun 2007 05:00 GMT | 1 |
i've used Directory.GetFiles(path, "*.*", SearchOption.AllDirectories) method to return the files in a given path.... but i've a small concern here...whenever I give path like "d:\", i'm getting
|
| Why am I getting the error: 'ListWriteTime' was not found on the selected data source. | 29 Jun 2007 04:49 GMT | 2 |
I'm trying to bind a DirectoryInfo array to a GridView (.DataBind();). Whenever I hit the gridDirList.DataBind(); method I get the error: A field or property with the name 'ListWriteTime' was not found on the
|
| Can't access set property in custom control | 28 Jun 2007 23:14 GMT | 2 |
I have created a date picker user control. I want to have a boolean property, which I can set to determine whether the control defaults to today's date. I have created a property which I set to true but when I create the child controls it has always reset to false. I know it has ...
|
| bordercolor, bgcolor, bordercolordark, etc | 28 Jun 2007 23:02 GMT | 3 |
Having table attributes bordercolor, bgcolor and bordercolordark on an aspx page doesn't allow the page to be viewed in design mode, it produces errors. How can I substitute these attributes in aspx or work around this problem? I want to be able to see this page in design mode
|
| How redirect to timeout page when session expires | 28 Jun 2007 21:24 GMT | 1 |
If I hit my website and wait awhile (no activity) and then click something, it will give a hard error. How can I make this go to a page that I've created (Timeout.htm) that reads "Your session has timed out; please restart your browser".
|