| Thread | Last Post | Replies |
|
| Cannot create ActiveX component : GetObject("LDAP://rootDSE") | 24 Jul 2007 10:11 GMT | 2 |
I'm using .NET framework 2.0 My code errors out on the below line: objRootDSE = GetObject("LDAP://rootDSE") The error message is "Cannot create ActiveX component".
|
| why am I getting this error? | 24 Jul 2007 10:04 GMT | 3 |
here is the error: Literal content ('<asp:TableRow BackColor="white"') is not allowed within a 'System.Web.UI.WebControls.TableRowCollection'. and here is my code:
|
| running a separate applicaiton within an installation package | 24 Jul 2007 06:34 GMT | 1 |
i'm primarily a web developer, so this is probably a pretty stupid question to ask, but i'm trying to figure out how to run an installation package i'm writing in a VS setup project. as far as i've been able to tell, the VS setup template is only responsible for copying my ...
|
| displaying data for GridView | 24 Jul 2007 06:20 GMT | 2 |
<asp:TemplateField HeaderText="Actual Qty" HeaderStyle-Width="100px"> <ItemTemplate> <%# Eval("ActualQuantity")%> </ItemTemplate>
|
| VB2005 execute string | 24 Jul 2007 06:03 GMT | 3 |
I would like to execute/evaluate a string that contains a VB script, for example: Dim s as string = "Dim avar as integer = 1" ' Evaluate s...
|
| When to override Render | 24 Jul 2007 03:10 GMT | 3 |
We're pretty new to ASP.Net 2.0 and we're having a discussion about best practice when developing custom server web controls. I can see that in for example the Wizard control the table contained within is a control and all the children are controls.
|
| XmlDataSource & XPATH & DataList | 24 Jul 2007 02:08 GMT | 1 |
i am using the XmlDataSource +DataList to get xml and in the aspx page itself to extract data i do for exmlae: <%#XPath("LogoBg/text()")%> what i want to do is :
|
| How to tell the type of exception | 24 Jul 2007 00:16 GMT | 2 |
I have a custom exception which gets thrown in my business layer. I catch it in the item inserted event of my formview. How do I tell whether it is a custom error or another type of error. Is there a way of saying is "e.exception of type custom error". Regards, Chris.
|
| sqldatasource get value back | 24 Jul 2007 00:00 GMT | 1 |
I've asp.net 2.0, sqldatasource i've a select statement it will return just one record contains 5 fields. How can i get the field values back from sqldatasource Thanks
|
| Word doesn't create document | 23 Jul 2007 23:02 GMT | 10 |
I'm using a Word Interop (Word 2007) in C# to open a document, make some text replacement, save it temporary and then send it to the user. I'm doing this like this: ...
|
| Available 2 Java, 1 Sr.Dot net consultant for your DIRECT client reks....................... | 23 Jul 2007 22:29 GMT | 2 |
Let me present list of my available consultants Two Java Consultant One Sr. Dot Net Consultant For more details, contact me on mailto:mandar@kraftware.com or call me
|
| how to validate QueryString? | 23 Jul 2007 22:19 GMT | 4 |
I have an ID which I pass from the QueryString["id"]. The id is integer only and I want before performing any action to validate if the Id is valid integet.
|
| Where can I download "Coho Winery"? | 23 Jul 2007 22:17 GMT | 1 |
I foind that Vertigo built a sample web application built for Microsoft showcasing ASP.NET Ajax (http://www.vertigo.com/Lab.aspx) Can I download that application? Thanks,
|
| Now we're getting somewhere...but one thing is a little weird | 23 Jul 2007 22:09 GMT | 1 |
I got this code from the web service site (but of course they have no kind of implied warranty on it) that builds a URL with a querystring and sends it. Naturally, the parameters (of which there are a ton, no idea why they don't want XML input, but I digress) are separated by &
|
| Controls in repeaters | 23 Jul 2007 22:04 GMT | 3 |
I'm using asp.net 1.1/vb.net. I have a repeater that shows posts, like a web board type of thing. I want to put controls on it that I may want to disable and/or hide depending on the bound data and session state.
|