| Thread | Last Post | Replies |
|
| Escape Sequences | 17 Dec 2007 19:03 GMT | 25 |
The following code shows the ending </script> tag in a non-string color in the editor, and the line produces the error "Newline in constant." string jScript = "<script>document.forms[0].submit();</script>"; Is this a bug? When did "</" become a string escape sequence?
|
| Oracle Data Provider | 17 Dec 2007 18:52 GMT | 3 |
Someone in a post mentioned the Oracle Data Provider. Can anyone tell me about it? I'd like to know the following: 1. Is it much faster than OleDB? 2. Is it essentially the same approach, eg, new Connection, new
|
| Final Year Software Project | 17 Dec 2007 18:44 GMT | 12 |
I'm doing my FYP using csharp and MS Outlook to develope a plugin app. My question isn't about programming as such, Its more about project managment. Does anybody have a good URL that could inform me on how to appraoch a
|
| XML writer in web service | 17 Dec 2007 16:36 GMT | 5 |
I am trying to implement the following: connect to data source, run stored procedure, store data in data table. This all works fine, data table is accessed and the rows and columns are writing their data into a string.
|
| Adding fields/columns to DataSet | 17 Dec 2007 16:27 GMT | 1 |
I am working on my first VS2008 project and using DataSet's, which I am not super familar with. I have a user table in the data set that has a first name and last name, I would like to add a computed field/ column that is "<fname> <last name>". In .Net 3.5, what is the best
|
| Overriding SQLMemberShip Provider | 17 Dec 2007 16:09 GMT | 2 |
Can we see all the source code for the built-in membership provider somewhere? It would make customizing it a little easier for me.
|
| new GenericPrincipal(user.Name, roles); | 17 Dec 2007 16:08 GMT | 1 |
When adding roles to the GenericPrincipal, is this a per request object or is it in session? In my global.asax.cs , which event should I be adding the roles to the GenericPrincipal?
|
| Interop: C++ Console & C# GUI | 17 Dec 2007 14:41 GMT | 3 |
Sincerly is a little bit complicated to explain to you what I have in my mind, but I will try: Above all the problem is the type of data that I want to passe between
|
| Unable to Enumerate a C# class in VB6 | 17 Dec 2007 14:23 GMT | 1 |
I have a bit of a complicated mix of COM and .Net here, so bear with me while I explain :) We have a Type Library that defines all of the interfaces used in this project (a rather large one at that) which was created in VB6. For a
|
| Desktop movement streaming to LAN | 17 Dec 2007 13:20 GMT | 3 |
I'd like to start up a personal coding for fun project which performs some desktop movement recording/(then)streaming. Basically all i want to do is to have few users on LAN to be able to see what I am doing on my desktop sort of like MS Live meeting but this is for LAN.
|
| Microsoft(r) Virtual Earth | 17 Dec 2007 13:01 GMT | 1 |
Good noon, community! Please help me solve my problem. I need use Microsoft(r) Virtual Earth in the my application. How can i do it? Thanks in advance!
|
| Running bat files during installation through MSI | 17 Dec 2007 12:37 GMT | 4 |
I have some batch files which needs to be executed when installer is running. How can I achieve this functionality using .Net MSI installers. I didn't found any option where I can include all my executables(here it is .bat) so that they can be run at the time of
|
| Catching Events | 17 Dec 2007 12:06 GMT | 3 |
I am trying to catch a right button down event for a control before the form sends it to this control; I tried to do that through overriding the WndProc But it fails! Is there any way to do that?
|
| "Private" classes | 17 Dec 2007 11:21 GMT | 4 |
if I am developing a "class library" which contains some classes which should be exposed to the outside world, and other classes which I really would rather have "private" to my library (helper/utility classes), how do I achieve this?
|
| double operation | 17 Dec 2007 11:07 GMT | 5 |
I am getting some odd answers when i use doubles in c# 0.55-0.5 = 0.050000000000000044 why am i not getting 0.05
|