DataTable.Copy() in C# issue
Hello,I want to implement the C# DataTable.Copy() functionality in my code. As this function copies the data as well as the data-structure from the Source, My Source is odbc connection and I want to...
View ArticleDeveloping a Facebook FBML PageTab App in ASP.NET
Hai , How to Developing Facebook PageTab App in Asp.net and C# . Plz Help me
View Articleevent handler in the button of grid view row selection
I am displaying a table in the page with the help of grid view where we get the contents of the job vacancies and also button displayed with each row having two buttons "APPLY JOB" and "SAVE JOB". I...
View ArticleGet Checked Checkbox in site Repeator
Hi dear friend i have make a usercontrol in which i am showing image and checkbox and i have call i in repeator (index.aspx) page now i want to onbutton click get checked checkboxes how can i do can...
View ArticleInsert records to table2 when records are deleted in table1
How to write a procedure for Inserting corresponding records to table2 when records are deleted in table1 Both table has same primary key column named :- IDNote: Delete transaction will not place by...
View ArticleReading xml file using linq in visual studio 2005(asp.net)
hi,how to fetch records from xml file using .framework 2.0.i want to retrive records using linq but it is giving problem for .net framework 2.0 (visual studio 2005) but works accuratly in visual studio...
View ArticleAssembly Introduction of an integer
Introductionof an integerAsk theuser to enteran integer. if the user entersan integerrather thanintroducesuch as14+12. The program shouldshowa messagesayinginvalidcharacterand ask toenter...
View ArticleApplication development
Need to create an application which will fetch all the important details from a server i.e last restart time,space availability etc
View ArticleODBC copy to SQL Server
HI,I have this C# code with me....-----------------------------------------------------------------open the Sql server connectionthenopen the Odbc ConnectionOdbcCommand sqlCmd = odcon.CreateCommand();...
View ArticleReg Display data in Html table along with edit and delete???
Hai, I want to show the sql table data in html table like <table><tr><td> let me know how to show this with the help of javascript.please post the complete code with edit and update...
View Articlegrid view /Label
i have used infragistics for grids and tabsi have rotated my table so that column will become row and viseversa(i want my colum to be header)now i have a header in row(previously coulmn)but the header...
View ArticleHow to change the button caption dynamically in WPF using MV
Hi,In the presentation layer having the startup project called XXX.UI.Wpf this is my startup project which has app.xaml and Mainwindow.xaml form alone. AndHaving Another project called...
View ArticleHow to get the Idle time for the process
Hi,How can i get the Idle time for the process.For Example: If i am using notepad, i need to find the Idle time of that particular Process.If i am typing the name of that process in the text box...
View Articlewhat is the meaning of reference type and value type
i want answer that question please send me as soon as possible
View ArticleHow can i add values from texbox using mvc4
How can i add values from texbox using mvc4
View ArticleHow to use the ExtendedWebBrowser
Hi all!I'm a c# beginner and, yes, i'm new in this forum too.I'm writing a c# program where i need to open more tabs in a webbrowser object.I've look a while in the web and I found this...
View ArticleHow to write stored procedure for increment scenario
Hi,For example I have one table d in that i have two columns like key and full_date and another table f with column key.we can load the data through etl tool it will load corresponding key in fact...
View Articletcp server to accept windows phone app connection
i have followed this link to create a client app for windows phone which will connect to a tcp server>http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202858(v=vs.105).aspxnow i want...
View Articlecrystal reports the problem
hi, private void button1_Click(object sender, EventArgs e) { try { ReportDocument cryRpt = new ReportDocument(); ParameterField paramField...
View ArticleAjax problem
HiI am using VS2010 and i added ajax toolkit for .net framework 4.i used textbox water mark and pop up baloon in my pages. when i run them on local server they work fine but when i uploaded site on...
View Article