raja chilukuri's Q&A profile
Windows Forms Printing Multiple Pages in C#
Hi Gang! I am working with the code posted below to print the text from a textBox. The amount of text in the textBox varies, and can be multiple pages. When I click OK in the printDialog, the page count window begins climbing up&nbs ...Show All
Visual Studio 2008 (Pre-release) Crash with ODBC Data Access
I have an Avalon application which I'd like to Bind with a class I wrote that uses OdbcDataProvider to fill a DataSet. In my first Window's Loaded event, I create an instance of this class and it does a Select. The returned DataSet look just right. However, no matter what I do later( I can just have a while(true){} ), I get the exeption shown in purple below. Could anyone please give me a clue what is wrong My code that d ...Show All
.NET Development Hai everyone this is new commer may u teach me well with lots of expectations i have joined this forum.
how to get the result of the button on the next page with out occupying space on the displaying page. Indetail: when we add the data to a feild and click update after sucessfull completion of update i want to receive an message "updatedsucessfully" in a page which navigate after the update function. i dont like to occupy any space in this regard of placing a label which i had done untill now. can any one help me on my wa ...Show All
Windows Forms Custom control with DataSource property
Hi, I have a custom control which has the DataSource property of type DataTable. I want to bind a table to it, so that when a record in the table is changed the new data will be displayed in the control. The DataTable class does not seem to have appropriate events which fire on datachange. Any suggestions on how do I detect a modification of the DataTable, or to bind the property of the control so that the change is transfered automatical ...Show All
SQL Server Encrypted columns and searches (partial and full)
Hi, For those implementing encrypted columns, what is the recommended approach when allowing users to also do partial searches on encrypted data (ie email or creditcard info where the tables contain millions of rows). I understand one cannot have the encryption without performance impact, but the searches can be 10 to 20 times as long as when the info is stored in normal char(20) columns. Just looking as a way to try and lessen the impact. ...Show All
Visual Studio Team System Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" You can call the same web service methods that gssutil.exe uses. The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to s ...Show All
.NET Development RunTime problem
Hello All; I want to load some images at runtime. So how can I specify the working folder and then point to that specific image. In other words i want to point my images folder as this: Working directory/images/... I have used some of System.Environment methos but no one help me. Any suggesstion with a code snnipet would be truly appreciated. Thanks. If you want the current directory you can use: ...Show All
Visual Studio Express Editions Load times for VC++ Express? Seems like a long time to get the app. going
Hi all, Just a quick question: is there any way to improve the load times of VC++ Express I have a relatively fast computer, 2.4Ghz with over 1G of RAM. What is going on with VCE that it takes over a minute to load I realize this doesn't seem like a long time, but when you are used to programs that immediately spring to life, waiting for VCE while it does something in the background is annoying at first, and worrisome in the second. What is it ...Show All
Smart Device Development What is the 1st Step?
Hello, 1) I'm New to Microsoft Mobile Development. I would like to know..., what is the 1st step to start if i want to develop an application for Window mobile 2) Can Visual Basic do the stuff in developing "Microsoft mobile" 3) Can Visual Basic do the stuff in developing "Symbian platform smatphone application" Thanks, Regard, Joel (Stud ...Show All
.NET Development How i allow my zip file to be downloaded
hi group, i want my zip file to be downloaded only when a user is logged in. when the user is not logged it will redirect to the registration form or login page. my registration and loging module are in same form. if he logs in then it will redirect to the download page and allow to download i want to put my zip file path secure so any one cant access directly that path ...Show All
Visual Studio Allow users to select and copy text
I have a Windows application that uses a ReportViewer control. Users are requesting the ability to select and copy portions of the text displayed in the reports. I haven't noticed any obvious properties or settings to enable this. Is there a simple way to allow copying text This is unfortunately not supported in the first release of the WinForms ReportViewer control. We are working on addressing this issue. ...Show All
Windows Forms Popup Menu width
How can i get the popup menu width at runtime befor showing that menu Well, there are several menu events you can hook into: WM_INITMENU, WM_INITMENU and WM_MENUSELECT. The first two indeed are sent before the menu is displayed, but&nb ...Show All
SQL Server Ignore Null in a Column that otherwise needs a Unique Value
In Access, when you specify a unique key for a column, you can also specify IGNORE NULL, in which case there can be more than one record with NULL, but if the field is not NULL, then only one record can exist. How do I do the same thing in SQL Server. I have a table with a column that identifies a Previous Entry. If the column is Null, then there is no previous entry - this may occur often. If the column is not null, then there is a Previous Ent ...Show All
.NET Development WebRequestMethods.Ftp.GetDateTimestamp exception on some FTP server (akamai ftp)
WebRequestMethods.Ftp.GetDateTimestamp exception on some FTP server (akamai ftp) exception: "The remote server returned an error: 213 20051128195415.\n\r." the response seems correct, 'till you notice the extra "." on the response will these ftp servers be supported in the future what can i do to get the raw response without throwing an exception (i will parse the response myself) thanks Interesting. Is this server reacheable over In ...Show All
Windows Forms binding combobox to object
Hello all I have a combobox that I have added a binding to an object. The combo box uses a datatable as its datasource like so cbo.datasource = myDatatable cbo.displaymember = "display" cbo.valuemember = "value" then I add my affor mentioned bindi ...Show All
