that was a typo on my part for the include(s)..
I have enabled Parent Paths and it wouldn't work. It is because the Default Web Site is under c:\inetpub\wwwroot
Under older windows when you Share a folder, you select Web Share and it shares it under Default Web Site.
When you create a share...
One thing I do know is that it will work under my c:\inetpub\wwwroot Folder
The only thing that is missing is the Folder Sharing under Default Web Site. This option is not available in window 2008.
I tried adding a virtual Folder mapping at the top level, but that still does not work.
What...
I have googled everything I can think of. I have the following
Under Default Web Site I have an application 'PreScreen' under a virtual directory 'DEV'
Default Web Site
-->DEV --> PreScreen
PreScreen is under H:\iisSites\PreScreen
under PreScreen I have the following folders...
thank you for responding, i was trying to do send you an example and then I found the solution here:
http://www.vbforums.com/archive/index.php/t-631206.html
Thanks!
I have a gridview which when selected will populate a detialsview. The problem I am running into is that I am using code behind to load my gridview and detailsview by accessing a stored procedure and filling a datalist. I have the gridview working. In the detailsview though, I can not access...
Hi i have a date I am trying to see if is valid 1/106
When I use isdate, it returns true. is there another easy way to check if this is valid other than breaking down the string into parts?
i am sorry, i thought that the same table showed basically what i am looking for. on the web page basically it is a table with 20 possible values to check (1-20) which a text display of those values. So if i want 1 = A i check one and type in A. The table is basically a binderNo, step, and...
i have already passed the checkboxes as variables ck1-ck2 only if i have a value for the checkbox, now i need to save it..i guess i can just do the 20 inserts :(
maybe i will just have to loop through checkboxes in .net page and execute stored procedure from there or 20 if statements in the stored procedure!! :)
I have a web page which has 20 checkboxes with numbers 1-20. I am trying to create a stored procedure which takes these parameters passed from the page (ck1, ck2,ck3, etc.) and stores into a table.
CREATE TABLE #temptest (
[intStep] [int] NOT NULL ,
[vchDisplayStep] [varchar] (19) COLLATE...
I would like to have on the front end a mask in a text box for a user to enter a date value. I already have validation on the text, but they now want a mask. Is there an easy way to do thi?
I am not sure how I would check for null in vb. basically i am checking to see if the datalist is null? why would it be?
i still am unable to find the datalist.. i says the referenced object has a value of nothing
it makes sense what you are saying, but can not find the control. I have tried this:
<asp:DataList ID="dlstEmpInfo" Runat="server" OnItemDataBound="dlstEmpInfo_ItemDataBound" >
<HeaderTemplate>
<TABLE align="center" cellSpacing="5" cellPadding="0" bgColor="#9cbdde" border="2">...
thanks jason, i think as in similar responses to you, i am missing something... i moved from traditional asp to asp.net using vb and i think you are using c#. I think i need to add the ItemDataBound event to my 'parent' datalist and then I should be able to find the control. I guess i am not...
I did step through and it says it has rows, but when I try and find out anything about the dlstdatalist2 the object can not be found. It errors when i try to set the datalist datasource to my data reader.
I am able to successfully populate the first datalist.
Dim cmdData As SqlCommand...
I have a datalist
<asp:datalist id="dlstEmps" runat="server>
<HeaderTemplate>
Some Code...
</HeaderTemplate>
<ItemTemplate>
Some Code..
<asp:datalist id="datalist2" runat="server>
<ItemTemplate>some code..</ItemTemplate>
</asp:datalist>
</ItemTemplate>
<FooterTemplate>
Some Code...
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.