| Thread | Last Post | Replies |
|
| xmlns attribute??? | 05 Mar 2008 16:06 GMT | 2 |
I have a xml document containing a xmlns attribute. xmlns="urn:schemas-microsoft-com:PAG:MyList-application-block:v2:list"> I am using C# and statement xmlDoc.SelectNodes("//list") returns me nothing. However, if I remove that attribute, this C# statement works.
|
| Sort Direction in ObjectDataSource? | 05 Mar 2008 15:35 GMT | 3 |
Hey all, In objectdatasource there is a property called sortExpression which is used in many "custom sorting" applications. My question: is there a sortDirection property? I can't seem to find a reference to one, but
|
| GridView: how to pass readonly ID to Update method of a DataSoureObject? | 05 Mar 2008 14:46 GMT | 2 |
I have a DataSourceObject with update method as follows: Update(ID, field1, field2). ID represents a value of a primary key in a table. The field is set to Readonly in the GridView. I use stored procedure to update a row in the
|
| aspx equivalent for determining client browser addins available for object tag | 05 Mar 2008 13:55 GMT | 2 |
I have an aspx fired xslt web site... http://www.dlgreene.removethis.com/ You can see the exact code I am asking about if you View In: xxx and click the code link at the top or bottom left of any page.
|
| OleDbException: Data type mismatch in criteria expression. | 05 Mar 2008 13:17 GMT | 1 |
Using Access db with VS2008 (ASP.NET/VB.NET).... On the INSERT command I get this error: System.Data.OleDb.OleDbException: Data type mismatch in criteria expression. I haven't found a solution yet in my research. Any idea what I might be
|
| How to read Windows Address Book from asp.net | 05 Mar 2008 13:01 GMT | 1 |
I am currently working on Electronic Mail System. There is a need to access Window Address Book from my project and store the values from WAB to Sql server. Right now I am working with asp.net 3.5 with c#. Any help is appreciated.
|
| aspx httphandler messing up my gridview paging postback target | 05 Mar 2008 12:18 GMT | 1 |
I've got a little problem with my gridview paging and I'm not sure how to resolve it. Basically, I'm handling all aspx requests with my own httphandler. This does a url rewrite, so the url you see is not the page that is
|
| page load question | 05 Mar 2008 11:59 GMT | 3 |
On my web form, I have an panel for the top portion that shows a table, drop downs, buttons, etc. on the bottom of the page I have an panel that shows the results on a grid. When the user calls the site for the first time, I want to populate the grid, so my question is, how can I ...
|
| REPOST System.Data.DataTable | 05 Mar 2008 11:49 GMT | 4 |
This works: Dim dt As System.Data.DataTable Dim r As System.Data.DataRow = dt.Rows.Item(i) i = r.Item(2)
|
| Valid regular expression not working with validator control | 05 Mar 2008 11:44 GMT | 3 |
I get a JavaScript error with this expression when using the RegExpValidator. Also if I switch off client script the server side code validator finds a match regardless of the entered string. (?<!@emailaddressnotallowed\.org)$
|
| Could not find schema information for the element | 05 Mar 2008 09:36 GMT | 1 |
asp.net 3.5 I'm trying to add a custom section to web.config, but get many messages when I compile the code: I get 5 messages about "could not find schema":
|
| Question about autorun some code. | 05 Mar 2008 09:16 GMT | 1 |
I'm writing a log system for my website. I want to run some functionality everyday, let's say, read some data from files and store it into database. How do I implement this? Someone had told me to use the system service, is there any other way? Shall I use global.asax
|
| Problem moving a website to another machine | 05 Mar 2008 09:14 GMT | 3 |
I have built a website using .NET 2.0 and all is well until I try and move it to another machine. I built it on Windows XP Pro 32 bit and moved it to Windows Server 2003 64 bit. Does that make any difference?
|
| Scalable web applications | 05 Mar 2008 03:26 GMT | 1 |
is there any book for programing scalable web applications with .NET? More about middle tier? Or some url's about that? Thank you,
|
| combining .rtf documents | 05 Mar 2008 02:11 GMT | 1 |
Is there a way to add (attach) two(or more) .rtf documents into one and then print it?? -- stolirx
|