First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
window based authentication with members defined in a distribution list.
I want windows based authentication for a particular folder of my web pages. This page should be accessible to only some of the managers and some other roles. I don't want to allow or deny role and persons in web.config. Rather, is it possible that a distribution list created in active directory of the doma... 18 Feb 2010 15:08
IE8 WebService Behaviour Issue
We're using the WebService behaviour in one of our intranet applications, it's been working fine under IE5 -> IE7. Looking at upgrading browser to IE 8 and found that the web service behaviour is no longer working using that browser. The useService method is throwing an exception "Object doesn't support this prop... 18 Feb 2010 13:59
Arraylist IndexOf Structure
How can I do a IndexOf or Contains with ArrayList when the ArrayList items are Structure data? for example: Private Structure mystruct Public displayid As Integer Public displayType As String Public displayValue As String End Structure Dim InstanceofMyClass As mystruct While dbread.Read() With I... 18 Feb 2010 10:35
How to download a file (ASP.NET beginner)
Hi there, I'm uploading a file to a dedicated ".aspx" page from a "C#" console app (no browser involved). This file needs to be converted to another format and the resulting file then sent back (to be saved on the client's machine). I figured out how to upload the file but can't figure out how to send the co... 18 Feb 2010 11:43
Simple data retrieval question
Hi there, Can anyone post a very trivial example (or direct me to a link) that demonstrates how to retrieve the data sent by "WebClient.UploadData()" in my "Page_Load()" handler (in my case I'm sending two values, one a "bool" and the other a "byte[]" array of arbitrary size). Thanks very much. ... 18 Feb 2010 10:35
Debugging - How to "step into"
Hi there, I'm making a call to the following from a standalone ".exe": System.Net.WebClient webClient = new WebClient(); webClient.UploadData("http://localhost//MyPage.aspx", whatever); Does anyone know how to trigger a breakpoint in the "Page_load()" method of "MyPage.aspx". I want to step into this but no... 18 Feb 2010 06:09
PopulateColumnInTableBased onRangeOfValues
I am using VS 2008. I have an asp.net page that has text boxes and a datagrid for user input and a Html table that gets created in C# code based on these inputs. The user inputs week numbers into the datagrid and when the Html Table is being populated there is column named Week. In this colum we put the week ... 17 Feb 2010 12:15
Drop Down List, AutoPostBack
I swear if I have to 'relearn' how AutoPostBack, EnableViewState and Me.IsPostBack works, or should work, I'm going to literally tear my hair out. I've got a pretty simple form, couple of text boxes, a check box, a drop down list and a button. The drop down list is populated via code, and that works fine. The ... 17 Feb 2010 15:39
how does the footer div element stick to bottom of screen irrespective of screen height and volume of body content?
I've used CSS for the master page: *** <head runat="server"> <title></title> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" runat="server"> <center> <div cl... 17 Feb 2010 03:25
How will the Footer div stick to bottom of screen?
I've used CSS for the master page: *** <head runat="server"> <title></title> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" runat="server"> <center> <div cl... 17 Feb 2010 02:18
First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83