Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for seebharath

Hello, I have a SQL Server DataBase and have about 10,00,000 entries to be inserted into the database before the database becomes operational. I am currently performing an insert query for each entry, as they have to be read from a file and decided into which table they should be …

Member Avatar for tesuji
0
322
Member Avatar for seebharath

Hi All, Does anyone know good and reliable "Open Source"object oriented database for use with c#. My Database will contain about 500 mb to 1 Gb of data. Thanks,

Member Avatar for gusano79
-1
864
Member Avatar for seebharath

Hi, I want to have a tree view control with tables as treenodes instead of labels that. For this I cant use third party controls even though they r free So I want write Owner drawn treecontrol can anyone give me the links to any tutorials that explain this concept …

Member Avatar for kvprajapati
0
94
Member Avatar for seebharath

Hello, I have a treeview control and want to add a node to it at a desired location or as the child of a Certain Node X.The problem is I will know nodename[or the Text displayed ] of X only at runtime. How do I Iterate the tree to find …

Member Avatar for seebharath
0
152
Member Avatar for seebharath

Hello, I wanted to know as to how to pass an object of a class with a number of member variables across aspx pages.

Member Avatar for serkan sendur
0
106
Member Avatar for seebharath

What is the lifetime of session variables in a asp.net application.. Also can someone give me any links to good articles on session variables in asp.net which give information on advantages and disadvantages of using the same.

Member Avatar for serkan sendur
0
87
Member Avatar for seebharath

Hi, How do I modify an audio file( say mp3 or wav) using c# . I want to compare 2 audio files if they are same.. Also if someone could tell me how to record an audio using code would be great...

Member Avatar for Ramy Mahrous
0
119
Member Avatar for seebharath

How do I make a tooltip with summary appear for cutom defined functions just like the one that appears for inbuilt functions with VS 2008 Like when I type List.Add() a tool tip says what the inpute params are and what the add functions does I have tried writing comments …

Member Avatar for seebharath
0
112
Member Avatar for seebharath

Hi, I am developing a C# Forms Applications that will run a process install.exe of a certain application. I want to click the NEXT,ACCEPT,etc buttons through C# code. The Install.exe is not something under my control.. Any Hellp please...

Member Avatar for seebharath
0
93
Member Avatar for seebharath

Hi, I am using msxml4 for my project with an xml file of about 10mb. I read this xml file multiple times as it gets modified a lot during the application run. So I am using xmlDoc->release() after reading the xml file and performing the required operation on it . …

0
46
Member Avatar for seebharath

when creating a new xml file using xercesC++ all the attributes are ordered alphabetically at the output, how to see to it that the attributes are written in the order they are appended?? also how to associate with an xsd when creating a new xml with xerces C++

Member Avatar for Ancient Dragon
0
48
Member Avatar for seebharath

I Want to develop a forms application that coverts a 3gp file to avi using a froms application with c#. How to go about this ?? I know there are a lot of freewares available but i still want to do it, Can anyone plz help me out??

0
60
Member Avatar for seebharath

I have a a function that is written in pure unmanaged c++ . i want to convert this to a dll and use this in a c# application .. Is this possible and if so how? Can anyone please give some sample code to do this or any links. I …

Member Avatar for Ramy Mahrous
0
194
Member Avatar for seebharath

How do i read an xml file with unmanaged c++?? is there any built in classes with VS 6.0 i.e with unmanaged code.. Please help..

Member Avatar for jake88
0
112