| Thread | Last Post | Replies |
|
| xsd:restriction does it work with dataset.readxml ? | 31 Aug 2006 22:59 GMT | 1 |
I'm trying to validate input from an xml source to a dataset in dotnet2.0. As far as I can see, type errors correctly cause an exception, but values that are the correct type but do not satisify xsd:restriction conditions are ingested without a murmur. Is this a bug
|
| Can someone please describe why impersonation requires the impersonator to be local admin? | 31 Aug 2006 19:03 GMT | 1 |
Can someone please describe why impersonation requires the impersonator to be local admin?
|
| MissingFieldException in inherited class | 31 Aug 2006 18:28 GMT | 1 |
I'll try to keep my explanation as simple as I can but leave in the relevant details. We're developing in c#. Our main application can dynamically load assemblies ( plugins) that
|
| Trying to update exiting code for specific date | 31 Aug 2006 18:20 GMT | 7 |
I am trying to update an access database record date field that matches a specific date. The code is not working. Anyone have any advice? Here is the code: Dim gConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data
|
| can one update a record thru reader | 31 Aug 2006 18:18 GMT | 2 |
I am looking to update a record that was read in with OleDbDataReader. I have the record in reader but now with the reader connection open; how do I update it. Any advice would be appreciated.
|
| Updating records | 31 Aug 2006 18:17 GMT | 1 |
I am trying to update records on a table. I keep the unique ID in a table array so I can read the array and update the corresponding record. The code is giving me an unhandled exception in the command.executenonquery()
|
| Characters missing when reading from file. | 31 Aug 2006 07:18 GMT | 8 |
I'm trying to read a text file that contains international (specifically Polish) characters line by line. I'm using the following C# code: FileStream lStream = new FileStream(pFileName, FileMode.Open);
|
| XML Date Time | 31 Aug 2006 06:15 GMT | 2 |
Not sure if this is the right group. Have a XML wiht date coming in the following format: <date_MMDDYYYY> Have a function pulling numbers
|
| Regex Help | 31 Aug 2006 03:29 GMT | 36 |
All, how do I describe a string consisting of any number of characters, with an optional (but unique when occuring) end-of-line expression '/'? With groups if possible, as in "(?<sentence>.*(?<eos>[^\\][\\]{1}$)?)"
|
| printdialog | 30 Aug 2006 23:08 GMT | 4 |
Is it possible to send a performclick to a button on a printdialog? I know you can do an if statement similar to: if windows.forms.dialogresult.cancel then msgbox("User cancelled print option")
|
| diagram a class structure with reflection | 30 Aug 2006 23:00 GMT | 3 |
Are there any tools that will take an existing assembly and generate a class hierarchy from it? It seems like the kind of thing that would be possible with reflection, but I don't know enough about that namespace to tackle this.
|
| Registry read | 30 Aug 2006 22:52 GMT | 1 |
I am trying to read a key in the registry but I get nothing in response and I copied the code from the help files. Here is the code: Dim readValue As Object
|
| visible or not visible | 30 Aug 2006 22:10 GMT | 3 |
I am using the following code to make a textbox visible if a certain item is selected from the dropdownlist box. On debug it appears to not even fire the selected index change module. What is wrong Private Sub ddlMedicalNecessity_SelectedIndexChanged(ByVal sender As
|
| Problem: Open new browser window | 30 Aug 2006 21:38 GMT | 1 |
I have a aspx page on which I have a button. In the click event method in code-behind I do some processing and now need to open a new window in another browser and pass a couple of parameters. I included in my aspx file, the following js function:
|
| Tables and html | 30 Aug 2006 20:34 GMT | 2 |
I am using an asp table to provide a list of dynamic content for the user. It's a custom control with some nice features like the ability to collapse a panel, control the number of items displayed, etc. Right now it displays links that were inserted into the table cell as
|