Does anyone know of a quick and dirty way to do grouping with a repeater control.
Example
Parent Record
-Child Record
-Child Record
Parent Record
-Child Record
-Child Record
-Child Record
I've found some tutorials out there that are way above what I need.
Suggestions?
Thanks,
faust13...
Does anyone know what process locks the ASPNETDB file in the production environment (i.e. IIS).
I am trying to make changes to the database after it's been live using SQL Management Studio. The DB was created using VWD 2005.
Any Suggestions?
Thanks,
faust13
Because Han Shoots First...
I'm sure this is simple, but can someone tell me how to do a conditional in the mark-up of the ASP.Net page?
Example (Beware psuedo code):
<% if(Request.queryString["myVal"])
{
<tr>
<td style="width: 100px">
<asp:Label ID="Label7" runat="server" Text="Arrival...
I have an edit page, where the page load runs a query and I set the values of the text field from the query. The user then hits the update button and I call a SP that updates the record. Sounds easy enough, but for some strange reason, whatever the user enters in the textboxes, it is...
I am trying to have a Hyperlink field point to a custom edit page. How do I programmatically add the current row's ID to the querystring?
Thanks,
faust13
Because Han Shoots First
http://www.hanshootsfirst.org
I am currently developing on a workstation. My ASP.Net app resides on a separate server. I can copy over my application and have it work easy enough. However I'm concerned about overwriting data in the ASPNETDB.MDF. I have live data on the production server, but I'm constantly updating and...
How do you specify the behaviour on the Cancel link on the DataGrid (i.e. navigatoToURL, or something like that)?
Thanks,
faust13
Because Han Shoots First
http://www.hanshootsfirst.org
I'm currently developing in Web Developer Express, which has a very handy tool for simple administration of my users, roles, etc.
Once I deploy is there any way to use the Web Admin Tool on IIS?
If not, what's a good strategy for managing my users and roles in the production environment...
Due to security restraints (i.e. out of my control), I am forced to develop on a laptop disconnected from the network. When I'm ready to deploy, I have to take the application off my laptop via a flash drive and copy it onto our web server, which is running IIS.
This works okay, however, I...
Is there any way to view the email spool of ASP.Net before it sends them via SMTP?
Thanks,
faust13
Because Han Shoots First
http://www.hanshootsfirst.org
Common practice with the menu is to have a "Home" in the sitemap. However, I don't want to show a home, instead, I just want to show the 6 or so 2nd level menu items.
How do I hide the root node of the menu control or make the menu control display more than one root node?
Thanks,
faust13...
I am running a RAID on Windows XP. I have an IDE CDROM drive that is working fine.
I recently added an IDE HD. Every time I boot, Windows XP find the new HD again and again. Every time it goes throught "Found New Hardware Wizard" and comes to
"Cannot Install this...
Here's a brain teaser that has me stumped.
How do you make the Windows XP Image Viewer work on Windows 2000?
I've tried switching the shimgvw.dll and registering it as the default image viewer application for .jpg. No luck, it returns some cryptic invalid object message. There must be...
I have an application that is posting data to a web page via a post request, which then inserts the data into SQL Server. If my users type in quotes (single or double), it creates a unicode friendly quote. However if they cut and paste a quote from a MS Word document (or any MS application)...
I'm trying to index through an array of controls, I can find the control I am looking for. However, when I try to interact with the control, .Net doesn't seem to understand the control I am referencing.
It works fine if the control is textbox, but in this case it is a combobox. Am I missing...
Is there an easy way of reseting a form? I need to reset the form back to its initial runtime state before the user did anything to it (i.e. typed in text boxes, populated arrays, etc.).
Thanks! --------------------------------------
Is George Lucas Kidding...
Noise Core: 7.62...
How do you include the .Net Redistribution Pack? I try to include the dotnetfxredist_x86_enu.msm, but when I build I get this message:
dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.
Am I missing something?
Thanks...
I need to post data and a file to a web page. The data tells the server what to do with the file. I've been able to upload the data, and the file, but not together.
How can you upload data (name/value pairs) and a file at the same time using WebClient?
I've thought about using .uploadData...
How do you check if an array is empty? --------------------------------------
Is George Lucas Kidding...
Noise Core: 7.62
http://www.newmilitiarecords.com
How do you open an FTP Session?
I've looked everywhere, I can't find it anywhere in the documentation.
I used to use the Inet object, but this doesn't exist in VB .Net. What do we use now?
Any suggestions? --------------------------------------
Is George Lucas Kidding...
Noise Core: 7.62...
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.