Hi,
My project is migrated from 1.1 to 2.0 but still uses PageTemplate and BasePage Approach
now i decided to change it into Master Page Approach Then probs are
BasePage and Page Templa...
I have a binding source - myBindingSource - and its filtered by a value in a textbox - myTextBox.
I need to delete all of the filtered items, but I cannot figure how to do that. Should I try ...
I developed a small example to demonstrate my problem. execute() triggers a perl script that then returns output to myProcess_OutputDatReceived which updates a local variable.
The problem i'm...
Hello Experts,
I am currently trying to figure out how to check a file that has been uploaded signature so that it is valid.
I'm using http://www.garykessler.net/library/file_sigs.html f...
I have been developing systems in VB6 for the past 15 years and want to write a routine in VB.net 2008 or 2005. I have done just enough vb.net coding to get me in trouble.
What I would lik...
hi experts:
Master page:
A template that contains one or more ContentPlaceHolder controls. Content pages fill in the ContentPlaceHolder controls to create a full page. Master pages e...
Hi,
I have an xml file like so
<Questions>
// <QuestionNode id='1'>
// <Questionid>
// 1
// </Questionid>
// ...
is there any built-in method for converting from List<> to ArrayList ? Thanks for any help.
I have this code and I wanted it to list the network adapters and their driver but my code doesn't seem to list anything at all.
How can I fix my code?
HI,
I'm trying to analyze a word document using word interop. I would like to know about paragraphs if they are numbered\bulleted and if numbered what is the number and level.
Any way to d...
I am trying to figure out how to do this:
There is a picturebox picMap and a checkbox chkGo on a vb.net 2008 form
It needs to do this:
When you check chkGo
a random spot 10 by 10 pixels...
Can someone please explain why I am getting this error message "Unrecognized escape sequence" on regular expression. This is C# .net application.
In the expression below the compiler is fl...
Hi,
I'm working on a application that someone else worked on before me. When the app loads it pulls some information from the database to display in some labels. This information would need...
Hi Guys
I have a string value "fdsfsdfsdfsd ddddd cid:image001.gif@01CA4DA1.57F99BD0 cdsfdsfdf sdfdsf"
I would like to do a replace and end up with "fdsfsdfsdfsd ddddd image001.gif cdsfd...
I want to lock usb port for avoiding using pendrive through coding of vb.net2003 windows application in windows xp
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
I have ...
I'm creating a WPF application that allows users to drag and drop objects onto a canvas. I want to create a canvas that has the following characteristics:
1. Scrollable
2. Zoomable
3. A ...
I have a gridview which has a button which triggers a usercontrol on my page to display. I want the button to not perform a full post back when display the usercontrol.
So I put the userco...
I want to show a persons password on a details page but I want to mask out all but the last three characters
How can I achieve this?
Hi EE,
I am trying to get a batch insert/update to work, with no luck.
I load and bind an fpSpread/Grid with a dataset, I've also tried datatable.
While testing I edit two records and the...
I have a gridview with a select button
when a user clicks the select button, the details view is populated with the info and put into editmode
i have an insertmode button the user can pr...
Hi Experts
I have a software programme which detects and downloads upgrades via the internet. My user-base is small (about 10 to 30 users). The upgrade consists of a zip file which is zipped ...
I having trouble debugging my CLR stored procedure that I create in Visual Studio (SQL server project). When I click on f5 to step into the code it doesn't do anything and I get a message bac...
Hello all,
I have a pie graph on my page and I'm trying to modify the colors based on the data that I read from my connection. I could have one, two, or three rows of information. So if have ...
I am writing code in .NET. I'm generating/building an XmlDocument from scratch. I need to build something like:
<?xml version="1.0"?>
<xi:include href="blah.txt">
How can I do this? ...
I have a C# code snippet that I need to reproduce in VB, can someone please tell me the equivelent, as in vb I can't use Null, I have also tryed system.dbnull and Nothing which causes an insta...