I am using a ModalPopupExtender in a master page for displaying general app and exception messages. I give the app message string as a parameter in a public master page sub that populates a la...
Hi,
I have a table with field type:datetime...
i retrieve its value from database
now if the date is null the value returned from database contains time and no date...if i check against
d...
Hi,
I've seen in many asp.net 2.0 projects this sample of code (same structure I mean). All projects are using XSD as data access layer and this BLL class just creates instances of strong t...
I keep reading that .NET 3.5 is just 2.0 with built-in AJAX. It even uses the same core and don't even need any code changes. I currently have an ASP.NET 2.0 / C# website (with no AJAX.net ins...
I have a page which allows users to enter details into text boxes and then a gridview to display results based on the entered data. I have a gridview which is supposed to display the returned ...
Hi experts,
I need to get the password of the current windows user.
I know that System.Environment.UserName gives the current user's login but I need the password. Is there any way that...
Hi, I am trying to set up an ASP.net form that displayes a group of 4 radio buttons, a questions then a group of 3 radio buttons.
Some questions have sub questions, so the sub question will...
Hello,
I'm looking for a quick way to get a arraylist of a user's roles.
eg:
Arraylist ar = GetUsersRoles(UserName)
Does anyone have a script like this?
i'm using asp.net 2.0 on a 3...
Hi,
Platform: Windows 2003 Server and IIs 6.0 and Microsoft .NET Framework 2.0 / 2.0.50727
I've been done a lot of actions without success. My problem is that an asp.net application is n...
Hi Experts,
I found the following code that does the job of a winsock control. But this is a sub that you may call by a click of a button, and what I need is an even that gets fired whenever ...
Hi
Our main website is currently very unhealthy. We are getting the error below whenever we access any of it's pages. I have also attached the event view trace.
Does anyone have any ide...
how to set dynamically textbox text count in label
i am using 1 textbox and in that upto 400 characters should restrict,
whenever when i am going to type text automaticall count the valu...
I'm trying to test my first .NET application on SBS 2003 with IIS6. I'm trying to execute a form to post xml message and receive a response, but got the following error. How do I fix this pr...
Here's an easy question. I need to format a string from MyString.ToString.Format(FORMATTYPEHERE)
I would like to take a number such as
123123123123
to:
123,123,123,123
Anybody know what t...
I'm using the following code to find a textbox:
txtM1Amt = e.Row.Controls(4).FindControl("txtM1Amt_add")
I inherited this application and I'm just curious as to how it works. I follow t...
I need some help getting an ASP.net 2.0 (VB) dataGrid working with an xml file.
The XML FIle is:
<gallery>
<setup path="Gallery/Irrigation/">
<imgWidth>470</imgWidth>
<imgHeig...
OK, I am attaching a simple program I created in VB.NET, I can run this code from my desktop (XP Pro SP2) no problem, but if i place it on another machine in our network (XP Pro SP2) and run i...
Hi,
How can i convert the following code to vb.net
frmMain.StBar.Items.Item(3).Text = "Running time: " & VB6.Format(System.DateTime.FromOADate(CDate(Now).ToOADate - CDate(StartTime...
Hello experts,
this is a continuation question to this one: http://www.experts-exchange.com/Microsoft/Development/.NET/.NET_Framework_2.0/Q_22807922.html
There was a new request to show th...
Question:
I have the following code and it works for most users, some get a Proxy Error
The remote server returned an error: (407) Proxy Authentication Required
At System.Net.HttpWebData...
I am looking into becoming Microsoft certified. I have been looking in particular at:
Technology Specialist: .NET Framework 2.0 Web Applications
Technology Specialist: .NET Framework ...
Hi
I'm sure this will be easy for the experts....
I have a string in format vx.y.z, where x, y, z are numbers e.g. for v3.2.14, x=3, y=2, z=14. 'v' stands for version
x, y & z ca...
Hi All,
How do i create a ComboBox for .NET using C#
Many thanks
I am writing a program in VB.NET 2005 that contains a StatusStrip, progress bar, and status label. Each time a file is copied, the progress bar increments and the status label should say "Copy...
when users to to use RWW on our SBS they get this message:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Pl...