| Thread | Last Post | Replies |
|
| Dns.Resolve / GetHostByAddress deprecated in c# 2? | 02 Apr 2008 17:00 GMT | 1 |
Hello, i would like to retrieve the hostname from IP adress, but according to microsoft (VS 2008 Express), DNS.Resolve and GetHostByAddress methods seem to be deprecated, and all i found on google was people who wrote that the new method GetHostEntry didn't
|
| Hiding a field in a repeater | 02 Apr 2008 16:58 GMT | 14 |
I want to hide the Pin field below in my repeater. How do I do this? <asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1"> <ItemTemplate>
|
| Paging display on GridView with a large number of rows | 02 Apr 2008 15:29 GMT | 1 |
For tables with large number of rows, it is difficult to access the rows with high page number due to high volume of data. Currently the user is required to click the "..." link many times to get to each successive table. Instead of only display few page index, is it possible to ...
|
| Too many rows in a gridview? | 02 Apr 2008 15:04 GMT | 1 |
I have a gridview which I load with about 50 rows of high-level data, and include a link on each row which will drill down and reload the gridview. I have some buttons on the page which provide some other functionality, such as exporting the contents of the gridview to excel
|
| logging to a text file in high demand environment | 02 Apr 2008 14:41 GMT | 9 |
I have a vb asp.net web service where I log user activity to a text file like this: Using sw As StreamWriter = New StreamWriter(file, True) sw.WriteLine(data)
|
| get date | 02 Apr 2008 14:26 GMT | 6 |
If I have a date such as 4/2/2008, is there a way to go back a month such as 3/2/2008?
|
| subfolders/security | 02 Apr 2008 14:15 GMT | 2 |
I've placed certain .aspx & .html pages into a subfolder called MembersArea to which a successful logon will take the user. Here's what I'm assuming: Both my main web folder and my MembersArea subfolder need their own unique web.config file, correct?
|
| BACK BUTTON AND WINDOW.OPEN ISSUE!!!! | 02 Apr 2008 13:58 GMT | 1 |
Here's my situation... I have an ASP.NET 2.0 (C#) page with a link button. When a user clicks the button I need it to execute the code behind code for
|
| Strange behavior | 02 Apr 2008 13:32 GMT | 3 |
This has to be simple - I must be missing something.... Here's the problem: I have a .js file in my project. In that file I have a variable imageDir declared like this: imageDir = "images/";
|
| How do I Debug a .net DLL used by an Asp.net app? | 02 Apr 2008 12:14 GMT | 1 |
Hi, I'm trying to debug an asp.net DLL from an asp.net app. I'm successfully calling (though not debugging) the dll from one page, and a call to the DLL fails on another page with Object reference not set to an instance of an object.
|
| The state information is invalid for this page and might be corrupted. | 02 Apr 2008 11:37 GMT | 1 |
I got the following error today. But yesterday this application is running fine. Even today i try to move this project to another server. The same symptom I got.
|
| Challenge to all you ASP gurus - free beers to the winner! | 02 Apr 2008 10:38 GMT | 5 |
Ok, this is a challenge to the gurus out there - I thought I was a guru too, but cannot get this to work for the life of me, so, a 6-pack of beers to the first person who can help! I have an existing Windows.Forms.Usercontrol. This control is an
|
| Possible to add Web User Control to a Web Control Library? | 02 Apr 2008 10:19 GMT | 2 |
VB.NET, Visual Studio 2005, .NET Web Application. Having created a Web Control Library is it possible to add a Web User Control to it? I don't get the option to create a new web user control, and if I copy one from my web application it doesn't then compile. So is it
|
| What's with all the SPAM!!! | 02 Apr 2008 09:21 GMT | 1 |
Can't anything be done to prevent all this SPAM in these newsgroups!!!???!!! Ross
|
| Client-side application and impersonation | 02 Apr 2008 09:05 GMT | 2 |
Can a browser-based cient-side application impersonate a domain user? I am trying to host a client-side assembly in a browser. I need to then impersonate a domain user account in the assembly to give me access to network resources, and I'm not sure if I'm able to
|