Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score HT retrieve values in html table from codebehind
xzzy - 10 Mar 2007 5:40 AM - 1 message
I have hit a wall with not being able to enumerate the items collection in a table row. given: <table runat=server id=table1>   <tr>     <td id=AAA>HowToReferenceThisValue</td> ...
Score Can web.config add an IIS mime mapping to allow serving a non standard file extension?
Dave - 8 Mar 2007 7:07 PM - 1 message
I am hosting on a GoDaddy server and need the server to serve a file extension that is currently not server. My understanding is in general there are no filetype restrictions but that if any filetypes are added tot he MIME mapping in IIS then any non-standard ...
Score Alert box doesn't appear
Jan - 7 Mar 2007 8:42 PM - 1 message
Hi, Why don't i see the Alert box? The page is redirected without showing it. I also tried with parameter 'False' and 'True'. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load         Dim a As Integer ...
Score Spreadsheet-like input in web app
colo - 7 Mar 2007 4:09 AM - 1 message
Hi, I'm trying to create a web app that will allow users to input several rows of data for several columns. Is there a control that simulates the flexibility of a spreadsheet? This app is currently in excel, as a ...
Score Web Site As Opposed to Web Application
goldie11 - 6 Mar 2007 10:18 AM - 1 message
Hi, I am trying to figure out the difference between Asp.Net Web Site and Asp.Net Web Application. Thanks so much. Ruthie - just starting with Asp... ...
Score Visio - new DrawingControlClass() thowing exception - 'class not registered'
gkelly - 5 Mar 2007 5:33 PM - 1 message
I looked a looked for an answer to this question and I have not been able to find anything. ------------------------------------------------------------------- using MSVisio = Microsoft.Office.Interop.Visio; using MSVisOcx = Microsoft.Office.Interop.VisOcx; MSVisOcx.DrawingControl v_dc = new MSVisOcx.DrawingControlClass(); MSVisio.Application v_app = v_dc.Document.Application; ...
Next »