Title pretty much says it all.
Some background. I work as a systems team leader for a software company. I write our system requirements documentation and answer questions when upper manag...
Is there a way to search the whole database for a string? I am new to the schema and don't know where something is.
Using sql server 2005.
I have an image that gets loaded into a byte array for storage in a DB. Is there any way to modify the byte array in a way that adds a fractal or pattern to the image, like an overlay? Or pe...
I am using an ASP.net master page and CSS to handle most of the layout for a site I am working on. A few of the pages will have special elements, such as picture blocks and forms that will req...
I'm using Visual Studio 2005. My project starts with a Sub Main, so I cannot use the built-in splash form capability of VS. So, I created a small form to use for a splash. I would like to d...
Hello, i need a way to allow the user to select a pdf stored on the webserver then with a button click event I need to convert the PDF to a text file and store that on the same server. I will ...
Hi!
I need some help to get started with Unit Testing in Visual studio 2005.
1: Do I need to download any program from doing this and if so, where can I donload it
2: How do I get started
Hi ,
i am getting a very irritating problem.
I am using Asp.Net 1.1 .
I have a textboxe to which i have applied customvalidator to which i have given ClientValidationFunction ...
I have a datagridview. I have a rowvalidating event. I want a message box, if they click cancel, I want to reject the changes to the row, and reset it to the original value. How do I do this?
Hi i want to disable a ButtonColumn depending on certian condtion.
how do i do this? how do i reference the column or even the cell?
Hi,
I plan to make a new desktop application, and I would like to make it fancy so that I decide to customize the windows for of the application so that it appears with curved corners and s...
Has anybody worked with this class? I am very new to the whole topic and hope to hear that soeone has worked with this class, and can provide me some general guidance in using it.
Hope to ...
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I s...
Hi,
Looking for some guidance on a problem we are having - the scenario is an ASP.NET 2.0 database driven website, connecting to SQL 2005 using integrated security.
Currently we are imp...
I am populating a combobox with names and I want to be able to put the list of names in the combobox in alphabetical order after the list is done populating. How would I do that?
Thanks!
I've a few questions that I would really appreciate some help on.
I understand what interfaces are and how they are implement etc, my question is related to the system/in-built/predefined ...
Hello, I have an array that contains title and url. This array is populated by the user at runtime by selecting forms that are displayed in a gridview. The gridview is parsed and for each chec...
I have Infragistics 2006 Volume 3 and I am using a UltrastatusBar. I want to put the Csla logo picture in it aligned right. I have 5 panels with the fith being a text style with the Csla ima...
I am trying to create a short-cut on a pc that runs an application on a different server. I have managed to enable Full Trusted status for the main application CM.exe, however I am now receivi...
Hello,
I have created an external style sheet to change the colors and appearance of links on numerous pages throughout a web site developed in Visual Studio 2005 using C#.NET. Of the many ...
I need a good tool to Sync up my Development and Datafiles (Lots of images) from our staging server to our production server. This is done on a weekly basis when bugs are fixed, new products a...
Is there a way to add a grouping on a datalist. In my attached code I'd like to group by state
I know I can build a list of all databases on MSSQL 2005 by running EXEC sp_msForEachDB 'PRINT ''?''' however I want to populate a drop down list with this data what is the easiest way to do t...
I have ListView in my Page. I want create another ListView at run time. I use ASP .net with VB. My page is like.
<asp:Panel ID="pnlRegister" runat="server">
<asp:Li...
I have email code that I have saved in my App_Code folder. I have been using it for sending single emails for a while and it has been working fine. However, now I need to modify it to send e...