I'm new to Active Directory and want to know the proper way of setting up OU's, Groups and users.
Should you create you OU's and add groups and users to them?
For example, if I had a IT department and Sales department would I create two OU's and create the groups within these OU's.
Can anyone...
I found these conflicts in my [System Information]\[Hardware Resources]\[Conflicts/Sharing]. I've put my computer together but is acting slow can these conflicts be the problem? How do I resolve them? THANKS!
IRQ - 22 Microsoft ACPI-Compliant System
IRQ - 22 VIA OHCI Compliant IEEE 1394 Host...
I just put together a new pc.
asus p4pe mobo (build-in network card)
asus vga radeon 9600 video card
floppy
cd drive
I'm having a weird thing happen.
When I type in a request for a web page.
It hesistates and then quickly retreives the
page very quickly. It is a noticable delay. Does
anyone...
I'm pulling from a sql server and transforming it into xml data via the use of C#. I'm creating a web application with asp.net and would like to be able to create printable reports using xml and xslt. My problem is that I can transfrom the xml to html report but how do I create a print friendly...
I've decided not to use Crystal Reports, so I'm using xml and xslt. The only concern I have about this is when I print the report I don't want any data to be cut off between prints.
All I'm doing is pulling some data into a dataset getting the data (getXML()) and transform it into a printable...
Error:
Object reference not set to an instance of an object.
Code:
lblDetailsMore.Text =((System.Web.UI.WebControls.Label)dgEditAppointments.SelectedItem.FindControl("lblName")).Text;
ASP Page:
<asp:templatecolumn headerstyle-wrap="false" HeaderText="Customer Name"...
I'd like to pull data from my SQL Server into a DataSet and retrieve the XML data from it. Then use XSLT to transform the XML. Does any have any clues on this exact situation?
Thanks,
Harold
I'm trying to add a button to the footer of my datagrid. It looks like the only way I can add a button is to put it in a columns footertemplate area. This associates it to a column. I don't want it to be part of a column because I'd like it on the right side and the column on the right of my...
Here is my problem. I'm putting 3 user controls on my page. In my page load function I'm specifying the visiblity of the user controls. 2 invisible and 1 visible. In the visible control there are buttons. I want the the other controls to be visible if the buttons are pressed. How do I detect the...
How do I update the value of the calendar that is in my datagrid? It is bombing out when I try to update the calendar.
Thanks,
Harold
<asp:templatecolumn headerstyle-wrap="false" HeaderText="Date" itemstyle-verticalalign="top">
<itemtemplate>...
I'm using the HtmlInputFile control to upload a image file. I only want to allow the user to upload jpg or jpeg extensions. How do I do limit them to those type of files?
Thanks,
Harold
Here is my stored procedure. What is wrong with it I'm getting an error on line 6.
Thanks,
Harold
CREATE PROCEDURE getCustomers(@OwnerID varchar(50), @SortFieldName varchar(50)) AS
DECLARE @SQLStatement varchar(1000)
SELECT @SQLStatement = 'SELECT Customers.CustomerID, Customers.Password...
Does anyone have any ideas on how to create reports without using Crystal Reports. Most of my data is being presented in DataGrids. I want to create something more presentable for printing.
I don't have the funds to use Crystal Reports, since if you want more than 5 concurrent users to view...
I know this isn't specifically an ASP.NET question but I thought that this group would have alot of experience doing this sort of thing.
Is it possible to create code to send emails form my windows xp professional machine? What would I have to set up?
I can figure out the email asp.net/C#...
The data show on the datagrid if I remove the asp:label from around the DataBinder but if I include the asp:label my data disappears.
What is wrong?
Thanks,
Harold
<asp:templatecolumn headertext="Date" itemstyle-verticalalign="top"...
I have an user control that needs to be used in a public area and an administrative area. I'd like to use the same control but hide a datagrid if it is displayed in the public area and have the datagrid visible if it is in the admin. area. Can anyone help?
Thanks,
Harold
text="<a href=<%# 'http://www.yahoo.com?id=' + DataBinder.Eval(Container.DataItem, "City")%> ......
Here is an example. I have this in a buttoncolumn with in a datagrid. I don't know if that is important.
What I'm trying to accomplish is putting a <a> around a <img> in a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.