Click here to Skip to main content
Page 1 of 6
Page Size: 10 · 25 · 50


Author filtered by: Member61 [x]
Answer 14 May 2013   license: CPOL
Hi,Check this one,http://forums.asp.net/t/1744060.aspx/1[^]http://aspsnippets.com/Articles/Crystal-Reports-13-Visual-Studio-2010-Issue-with-IIS---bobj-is-undefined-JavaScript-Error-and-Crystal-Report-Viewer-not-displaying.aspx#comments[^]
Answer 14 May 2013   license: CPOL
Hi,Check this one,http://aspsnippets.com/Articles/Crystal-Reports-13-Visual-Studio-2010-Issue-with-IIS---bobj-is-undefined-JavaScript-Error-and-Crystal-Report-Viewer-not-displaying.aspx#comments[^]
My vote of 4 by Member61
Forum Message 12 May 2013  
Very nice article....
Question 12 May 2013   license: CPOL
Hi Everyone, Removing Unused Usings in Visual Studio is a good practice? Any drawbacks of removing unused Usings?
Question 12 May 2013   license: CPOL
Hi, SET @cmd = N'DELETE FROM ' + @table_name + ' WHERE ' + @nameField +' = ''' + @value +''' ' in above statement what is the use of N
Question 12 May 2013   license: CPOL
Hi,I want to change the backcolor of a button control on MouseOver event of a button using Javascript.
Question 8 May 2013   license: CPOL
Hi,GridView's RowDataBound equivalent event in Windows DataGridView..
Question 8 May 2013   license: CPOL
Hi Everyone, Want to disable a Button column based on other column text .
C#
Question 7 May 2013   license: CPOL
Hi friends, I am getting this error, when i build the project."Error 2 The item "obj\x86\Debug\Hanshan.ManagementReports.frmAMLSuspicious.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. Hanshan"
C#
Question 7 May 2013   license: CPOL
Hi,The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[MvcApplication5.Models.Employee]', but this dictionary requires a model item of type 'MvcApplication5.Models.Test1'.I'm getting this error. Below is my code. Please tell me where i'm...
Answer 5 May 2013   license: CPOL
Hi,The below link gives all the Gridview related operations.... Gridview examples in asp.net[^]
Answer 5 May 2013   license: CPOL
Hi, Try this,http://forums.asp.net/p/1036174/1800067.aspx[^]http://odetocode.com/articles/223.aspx[^]http://www.nullskull.com/faq/939/how-to-set-tooltips-in-calendar-controls-dayrender-event.aspx[^]
C#
Question 30 Apr 2013   license: CPOL
Hi, I want to validate a textbox using RegularExpressionValidtor .The textbox shouldn't allow *,% and ' symbols .
How to Disable Ctrl+Z by Member61
Answer 29 Apr 2013   license: CPOL
Hi,Go through the below links..http://www.csharp-station.com/Articles/EventHandlingInCSharp.aspx[^]http://msdn.microsoft.com/en-IN/library/ms171535.aspx[^]
C#
Answer 29 Apr 2013   license: CPOL
hi,Try this, Try to delete the previous history from the browser...http://www.ehow.com/how_7512704_delete-history-aspnet.html[^]
Answer 29 Apr 2013   license: CPOL
hi,Find the below...
Question 25 Apr 2013   license: CPOL
Hi Everyone, I am beginner to MVC,Can i have some examples of MVC , so that i can learn the flow of MVC application. I read some articles on google but in all the articles i found the default pages which comes with the MVC application. So i need some other examples. I am using VS...
My vote of 4 by Member61
Forum Message 24 Apr 2013  
it's too good for beginners...
Answer 24 Apr 2013   license: CPOL
Hi, Please look into the below links: 1. link is just for reference2. link instead of making the button disable u can show a progress...
Answer 24 Apr 2013   license: CPOL
hi,Please look into the code for getting the data from the hash table :using System;using System.Collections;class Program{ static void Main() { Hashtable hashtable = new Hashtable(); hashtable[1] = "One"; hashtable[2] = "Two"; hashtable[13] =...
Answer 24 Apr 2013   license: CPOL
Hi, You can do it very easily with the help of AJAX's HoverMenu Extender,Please go through the below link:http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HoverMenu/HoverMenu.aspx[^]http://www.devx.com/asp/Article/33041[^]
Answer 24 Apr 2013   license: CPOL
Hi,You question is not clear, whether you want to check this with javascript or codebehind?Please look into the below link...http://asp-net-example.blogspot.in/2009/03/how-to-use-ontextchanged-event-in.html[^]
Answer 24 Apr 2013   license: CPOL
Hi,While binding data from database bind the dropdownlist.DisplayMember and dropdownlist.ValueMember, bind the displaymember to dept_code and valueMember to dept_description. then on dropdownlist selectedindexchanged event set the textbox value to dropdownlist's valuemember property.If...
Answer 24 Apr 2013   license: CPOL
hi,Check this query,select * from INFORMATION_SCHEMA.ROUTINES where ROUTINE_NAME like 'sp%'
Answer 24 Apr 2013   license: CPOL
hi, I think you have a column containing strings separated by commas, use this below code for creating user defined functions. and then call in select statement as shown below querries.Split a delimited string into sub-components and return them as a table. Parameter 1: Input string...
Answer 24 Apr 2013   license: CPOL
Hi, Directory.GetFiles(@"c:\MyDir\")Before using the Above statement get the paths from the database.Please look into the below link for further information.http://www.csharp-examples.net/delete-all-files/[^]
Answer 24 Apr 2013   license: CPOL
Hi, Create a configuration file and place a flag , based on the flag value enable or disable the dialog. When u check the checkbox update in the configuration file. and based on the value of in the configuration file do whatever you want.
Answer 24 Apr 2013   license: CPOL
hi,How will u check? I mean have u stored the path of those images in database? if yes, then get those unwanted paths from the database and delete them.
Answer 22 Apr 2013   license: CPOL
hi,Use Substring function ....Please look into the following link...http://msdn.microsoft.com/en-IN/library/ms187748.aspx[^]http://www.sql-server-helper.com/tips/tip-of-the-day.aspx?tkey=4AB06421-E859-4B5F-A948-0C9640F3108D&tkw=uses-of-the-substring-string-function[^]
Answer 22 Apr 2013   license: CPOL
hi, Please look into the links for developing Android apps in Visual studio using c#...
C#
Answer 22 Apr 2013   license: CPOL
hi, Jquery Validations with example...Please check the below links...http://freezecoders.com/2012/10/jquery-validation-for-drop-down-box.html[^]http://www.mysamplecode.com/2012/09/jquery-form-validation-plugin-example.html[^]
Answer 18 Apr 2013   license: CPOL
hi,How to set tab order in gridview...Check this below link...http://stackoverflow.com/questions/1764677/asp-net-c-sharp-gridview-tab-index-issue[^]http://stackoverflow.com/questions/4082042/set-tab-order-in-asp-net-gridview[^]
C#
Answer 18 Apr 2013   license: CPOL
hi,This may help you... http://aspsnippets.com/Articles/Export-HTML-DIV-contents-to-PDF-using-iTextSharp-in-ASPNet.aspx[^]http://stackoverflow.com/questions/5732954/saving-a-scrollable-panel-as-pdf-using-net[^]
C#
Answer 18 Apr 2013   license: CPOL
hi,This may help you...http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/[^]
Answer 18 Apr 2013   license: CPOL
hi Dear, Check the below code, it is running successfully.... function btnCheck() { var txt = document.getElementById('
Answer 18 Apr 2013   license: CPOL
hi,http://www.smscountry.com/[^]http://bulkindiasms.com/[^]http://smsgatewayhub.com/[^]
Answer 18 Apr 2013   license: CPOL
hi,Remove comment from item template
Answer 18 Apr 2013   license: CPOL
hi,Search in Google...ProgressBar for ASP.NET[^]http://www.dotnetcurry.com/ShowArticle.aspx?ID=384[^]http://www.dotnetfunda.com/codes/code1439-progress-bar-in-aspnet.aspx[^]
C#
Answer 18 Apr 2013   license: CPOL
hi,Copy the table's HTML code in a string variable, then on the table background property apply the color you retrieved from database.ex string str="hello"
Answer 18 Apr 2013   license: CPOL
hi, Based on the search text , if the searched text found in DB, then fill it in dataset, then count the no. of rows in dataset , based on that bind data to the datalist , if dataset row count is zero, then disable the datalist.
Answer 18 Apr 2013   license: CPOL
hi,check below link...http://stackoverflow.com/questions/2031717/export-ms-charts-to-pdf-and-excel[^]All in One Export Data in ASP.NET[^]
Answer 17 Apr 2013   license: CPOL
hi, the range of Int32 is -2,147,483,648 to 2,147,483,647 so use Int64 or decimal datatype.
Answer 17 Apr 2013   license: CPOL
hi,Check below link...http://support.microsoft.com/kb/175258[^]
Answer 17 Apr 2013   license: CPOL
hi,http://api.jqueryui.c...
Answer 17 Apr 2013   license: CPOL
hi, Use isnull() function in your query...select isnull(username,"") as uname,isnull(lastname,"") from employee where department='Account'After retrieving the data check the datareader or dataset whether it has data or not...Then based on the value retrieved you can set the...

Page 1 of 6
1 2 3 4 5 6


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 15 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid