First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
Logon user name is empty
ASP.NET 4.0 I tried to get the Windows Logon user by: HttpContext.Current.User.Identity.Name.ToString(); But it return empty. What I want to do is to get the full name of the logon user from Active Directory. ... 21 Jul 2010 14:44
Config Transforms with Web Deployment Projects in ASP.net
> BTW, have you ever worked with some certain engineers in the DevDiv group? Periodically these days. Did frequently when asp.net 1.0 was in pre-beta. ... 13 Jul 2010 21:57
(OFF TOPIC) - where did the C#, VB, and winforms newgroups go?
I'm sorry to ask here, but google isn't giving me anything on this and I thought this might be a good place to find out. Paul ... 26 Jul 2010 16:03
ASMX in Framework 4.0
Hi All, I recently converted my application to run on asp.net Framework 4.0. I am very happy with the enhancements etc, but i have run into a bit of a problem: I have exposed quite a few web services to clients and all these web services have methods that return datasets. There seems to be a huge differenc... 13 Jul 2010 05:27
Multi-Threading
Just wanted to know if I can do this: 1) User click a button on a page 2) It creates a thread 3) The thread will generate a report 4) This process may take up to a couple of minutes. eg. 5 minutes 5) Before the process finish the client exit and close the browser 6) The process will still keep doing its job unt... 18 Jul 2010 20:17
Config Transforms with Web Deployment Projects in ASP.net
Did you get a chance to speak with the DevDiv (Ming Chen) about this issue? ... 13 Jul 2010 01:08
Web Deployment Project Directories in ASP.net
so is that the expected behavior or is it a bug in 2010. ... 20 Jul 2010 22:21
Custom Control in a Repeater
Hi, I am trying to use a custom control inside a repeater. On Post back I'm trying to access the custom control like this: MyCControl tempControl = (MyCControl) MyRepeater.FindControls("mycontrolId"); But on compiling I get the error that the type or namespace 'MyCControl' can not be found. I'm sure I'... 12 Jul 2010 10:43
SqlTransaction problem
Hi all In my web application I have following code: SqlConnection con = new SqlConnection("Data Source=.;Connect Timeout=15; Initial Catalog=SaamicAcc1;Integrated Security=True"); SqlCommand com = new SqlCommand("",con); com.Parameters.AddWithValue("@A", "somevalue"); com.CommandText = "Insert into Test... 13 Jul 2010 14:15
DataSetExample.Designer.cs
If I have two tables: Customer ID Name Adress and Orders ID IDCustomer (related with the Customer Name, because Customer ID wasn't inserted yet, because both tables are inserted on the same page) Product Quantity Price I simply enter customer data through the TextBoxes a... 12 Jul 2010 05:15
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33