Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .NET Framework 2.x Solutions: 151 - 175 of 685
 
I have the following code that when i run it I keep getting this error: The SqlParameterCollection only accepts non-null SqlParameter type objects, not Boolean objects. on intidVenue ...
I'm using asp.net 2.0 login controls I want to use the login name in the backend c# code, how can I get the value of login name in the code behind <asp:LoginName ID="LoginName1" runat="ser...
In ID you can press control plus or control minus to zoom the page in and out.  I would like to programmatically do this with we web control in vb.net but cannot seem to find out how.  Is ther...
I have an asp.net  table <asp:table> </asp:table>, that is created dynamically when the user clicks a button.  the table has a row added to it with each click.  I have the data posting back co...
If you just install the runtime you dont get to see the Microsoft .NET Framework 2.0 Configuration in control panel. If you install the SDK you can see it. Is there a way yo see it without ins...
I have a web page that uses ASP.NET AJAX controls. I have a simple piece of code that sets the focus to a control. I put it in the Page_PreRender() event handler. It works great when the page ...
Hi, I've used SQL CTE query to get results from recursive categories table in my application. I want to present them for choice in my ASP.NET 2.0 application as a Tree structure. Can I us...
Hi, Because asp.net 2.0 usercontrols can't be implicitly coded so other pages can use their types, but only through a basecontrol which will sit in the app_code folder, can this be achieved...
Hi all, I just wondered if it is possible to share session state across virtual directories in asp.net 2.0. I have a single sign on web application that is split up into 3 main website p...
I have some values stored in my Web.Config and I would like to retrieve those values at runtime. They look something like this:      <appSettings>           <add key="Value1" value="abc"/>           <add ke...
Hi, After enabling Listview to false, the backcolor changes to Default Control. instead of white which i set... what is going wrong here.. does any property is remaining to change??? Regar...
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...
I am writing a console application and have it complete, however I need to have the exceptions caught written to a text file "C:\LogExceptions"  I am using a streamwriter now but I do not want...
I have a .NET datatable that I'm using C# 2005 to access. What is the best way to group the records by one field. They don't have to be in order, but grouped. E.g.  ungrouped table: John ...
Hi, How to populate a datagridview with combobox values. Both are bound.
In ASP.NET 2.0; how do I define the connection string for a text file (abc.txt) that's in the App_Data folder? I tried the following code and it does not work.     <add name="ConnStrText...
I am deadly  trying  to make it , but no success, Experts plz help me. on any Text Change It is not prompting  any message box
In ASP.NET 2.0 with C# I have a repeater bind to XMLdatasource. I have the following binding: <asp:Repeater runat="server" ID="RPModels"  DataSourceID="XMLModels" >     <ItemTemplate> ...
hi, i am trying to create a signature flow, in which a series of users has to sign off on a certification, in order of course.   basic scenario: 1) user A gets an email notifying him to...
Dear all, I'm using the System.Net.IPHostEntry to resolve a remote hostname. Before resolving the remote hostname, I want to verify that the remote machine is a Windows machine - and onl...
Hi, In vb6.0 we had this option for setting command link argument in shortcut of exe e.g. C:\Program Files\MyFolder\myapp.exe firstparameter 2ndparam -3rdparam how do i do it in vb....
Currently I have a collection that stores an ID and value for a certain object.  So in the table I've got something like this EmployeeID    |     EmployeeName     |    EmployeeDisplayOrder ...
I have a gridview that contains a number of textboxes in an edit template.  I'm using the following to manipulate the textboxes: e.Row.Controls(4).FindControl("txtM2Amt_add") It works, b...
Dear Experts, I'm having some trouble finding a control within the EditItemTemplate of a formview. I have listed my code below and how I'm trying to find the control. Any help would b...
The code snippet below shows my current authorization configuration for one of my applications. If the user is not in the role listed in my code they are taken to the generic "Access is Denied...