How do I delete a row in a GridView?
Here's my code so far:
.aspx file
<asp:GridView id="gvProjCapitalNo"
Runat="Server"
AutoGenerateColumns="False"
ShowFooter="Tr...
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...
Hello Experts
I have a problem with the Microsoft .net 2.0 installation. on Windows XP SP3. (Danish / DK)
I keep getting the error "Unable to find a version of the runtime to run this a...
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
How can I cancel edit mode before I manually push the new value into a datagridview cell!
Im trying push in a value i selected from a datepicker ,but when selecting the next cell in the...
I was trying to fix an issue with TurboTax startup error. ITurboTax directed me to a page which instructed me to Clean up the 2.0 .net framework. when the machine restarted i was presented wit...
How to get mac address of *remote* computer using C# 2.0 in windows form?
I have a SqlDataSource that pulls data from a stored procedure and returns 1 row with 3 values
Week
Start_Date
End_Date
When the page loads I would like to call the SqlDataSource and p...
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...
I need to create Dynamic controls inside datagrid template column
Hi
Need some help about not well formed tags
My aspx page is based on 1 sqldatasource and 1 formview bound to this datasource
when the formiew is in insert mode, I want to open a dynamic ur...
The font color of the following error message couldn't be changed to "Red". Any idea ??
Thanks
If Directory.Exists(cNewDir) Then
imgMessage.Visible = "true"
...
Hi Experts,
I'm writing a VB.Net 2005 application. I have a tree-view control on my form and a listview control on its right. The listview control has to show all the child nodes of the s...
I have a GridView with many columns. Since this table is very wide, I'd like the two-word column headers to wrap. Visual Studio shows the headers wrapping, but browsers still show them all i...
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 have a gridview that has around 10 rows, the user will click on one of 3 radio buttons per row, then click a submit button. I need to loop through the gridview getting the values from the r...
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...
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...
I am using .Net framework 2.0 and the application is working fine but , since I have installed some windows updates which also includes an update for Framework 2.0, it often give above error w...
okay here's how it looks:
"Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in y...
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...
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 have a DataTable object holding some DB returned data.
the DB table has 3 fields and one is Email.
how can i search or loop the c# DataTable to get the record that matches some email a...
I want to generate a window without a title bar, but with text that will show up in the Alt-Tab list or in the start bar.
I know I can lose the titlebar by disabling the control box and set...
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 ...