Hiii Sir,
I am s sharepoint developer, i made one connected web part for sharepoint list item. i used treeview control in one web part and gridview for another web part. i used c$ and used...
I have a dynamiv treeview loading from oracle database. I display 3 levels in treeview and the final child node Name should be displayed in a grid next to it and next to that grid there is o...
Hello, I'm using the following to append word documents to a stringbuilder and then set the stringbuilder to a label. I use streamreader to read the word document then append the text to the s...
I have created a strong name assembly and installed it in GAC with version 1.0.0.0.
Now when I try to add this as a reference to an application, I am not able to see this assembly while addin...
Hi,
How to add image button in Edit Item Template of Datagrid???
How to call image_Click() from datagrid???
How to call control from Edit Item Template in image_Click()????
Thanks...
I'm having a problem writing to a log file using vb.NET. The write only occurs in one public function in a Module. I've re-written my file write logic several different ways but still get the...
Hi,
I am doing a automation project where in I use VBA in Excel to upload a filename in a server.
I use Internetexplorer API and use Navigate function to get into the site.
There is ...
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 Smart Device project and a Windows Forms project both written in VB 2008 which have been designed to work in conjuction with each other.
I have created a Smart Device Cab Project ...
In a standard vb.net exe I can use application.ExecutablePath to get the application path.
Does Windows Service exe's have a similar function?
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...
Hi
I wonder if this singleton pattern is thread-safe and look as it should?
I really like the input on the code below, not a another example just how to do the same thing,
thx guys.
How do I go about running any of the system stored procedures (sp's in master database) using LINQ?
Can the dataContext execute a SQL as is (like a pass thru)?
Hellos,
I managed to successfully show the add the selected items from ListBox1 to ListBox2 by clicking the " >> " button. However, when I click the forward button again, the items selected...
Hello,
Although this question has been asked hundreds of times, I cannot fin a satisfactory answer. I am developing an ASP.NET 3.5 / C# application where the (integer) user ID is used in m...
I need to access the result set returned by this SP, ASAP. How do I do so in C#?
newbieweb
USE [Dev2008]
GO
/****** Object: StoredProcedure [dbo].[uspExecInitSetup] Script Date: 0...
My code uses a Thread in which data is bound to a gridview.
However when the thread finishes I can't see in any data.
I was told i need to use invoke. I really do not kno how to do this....
Hi Experts!
Please see the attached file as reference. I need to populate a datagrid based on a transaction table. To be able to make it easier to read, I want to highlight the first row ...
Hi all..
Can someone please tell me how i can format some text inside a winforms textbox.
The situation is this:
I have a textbox for text input. I want the user to input text, and wh...
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 work on a project which need to process real-time info. it is about 30 records coming in per second. the record is about 10 fields. I don't know which one I should use HashTable,ArrayList,...
I need to write the code for editing a row for a datagrid. User can only change one field and that filed should contain a ddl with two options. When user selects an option it should update t...
I've viewed several of the codes that allow the background color of a DateTimePicker to be changed. My problem how do I get my DateTimePicker to associate with the code. Here's where I'm at, p...
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 ...
Hi,
I have MS SQL 2005 and sometimes my SQL Server Agent stops. I dont know what trigger it. I so worried about it because most of my jobs are scheduled at night.
Please help ;_( <--me ...