Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Johndas

@Johndas
About
Posts
33
Topics
30
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Terelik GridView Control using Vb.Net
    J Johndas

    Hi All, I am using Terelik Gridview control and able to get data. As my requirement is get value and Sum the value from "GridAggregateFunction.Sum" property. Then after I need to get the percentage in new column. Please let me know, how to added the new column to already existing Gridview and then how to get the percentage value to newly added column. Example : Total: 1200 Percentage:480 <- (1200 *0.40) I am using VB.net. Please help me. Thanks in Advance.

    JohnDas

    ASP.NET tutorial csharp help

  • HTTPWebRequest to Increase Processing Speed
    J Johndas

    Hi All, I am working HTTPWebRequest to access the url and copy the data in other server database. I am using the Threading concept here. But the processing of threading is very slow.I am excepting the processing to 120/min but, it giving only 50/min processing. Can you please help me in this case,how to increase the processing to 120/min. Thanks in Advance.

    JohnDas

    C# database sysadmin performance help tutorial

  • Problem with Multiple Insert in sql server from c# code.
    J Johndas

    Hi all, can you please guide me, how to insert multiple insert using this code. SqlCommand cmd = new SqlCommand(); cmd.Connection = conn; cmd.CommandType = CommandType.StoredProcedure; cmd.CommandText = "usp_Information"; for (Int64 acct = 1000000000000001; acct <= 1000000000024000; acct++) { String sAcct = Convert.ToString(acct); SqlParameter p1 = new SqlParameter(); p1.ParameterName = "@ShawNumber"; p1.SqlDbType = SqlDbType.VarChar; p1.Direction = ParameterDirection.Input; p1.Value = sAcct; SqlParameter p2 = new SqlParameter(); p2.ParameterName = "@UserId"; p2.SqlDbType = SqlDbType.Int; p2.Direction = ParameterDirection.Input; p2.Value = 88578539; SqlParameter p3 = new SqlParameter(); p3.ParameterName = "@ParentShawNumber"; p3.SqlDbType = SqlDbType.VarChar; p3.Direction = ParameterDirection.Input; p3.Value = "22"; cmd.Parameters.Add(p1); cmd.Parameters.Add(p2); cmd.Parameters.Add(p3); cmd.ExecuteNonQuery(); } Here cmd.ExecuteNonQuery(), it is use for single insert statment, i want to insert multiple records at a time, please guide me. Thanks in Advance.

    JohnDas

    ASP.NET tutorial csharp database sql-server sysadmin

  • Readonly Property to All Controls
    J Johndas

    I need to set all control t0 "Readonly" mode Except the Label in Page. The structure of the control is Panel-->div-->Table-->TableRow-->TableCell-->Controls Here Controls are 1)RadioButtonList(10) 2)DropDownList(10) 3)Textbox(15) 4)Checkbox(5). total i have 40 controls... Please suggest me how to set the Readonly Property Generic for all controls. Thanks in Advance.

    JohnDas

    ASP.NET tutorial

  • Need to Set Readonly Property to ChildControls
    J Johndas

    Hi All, How to set the all child control in Panel to Readonly Mode. i have nearly 18 TB, 10 RadioButtionList and 10 DropdownLists in Panel Control. Need a function which set the all the controls Readonly mode..

    JohnDas

    ASP.NET tutorial

  • Javascript Errors
    J Johndas

    Hi All, 1)My application is working fine. When i enter the account number in Textbox only. If i use the Querystring in url along the account number, then i am getting the Javascript Error and UI of the Page also scrumbled. Ex:QueryString--> Default.aspx?account=123212 Please suggest me,Is i am missing while the passing the value in "QueryString", to over come with Javascript Error. 2)The Javascript Error was "Missing the Character" such as ";", but nothing missing as per code.. It come only when i was the value through querystring. Thanks in Advance...

    JohnDas

    ASP.NET javascript design help question

  • Exception are Generated in Database
    J Johndas

    Hi All, In my project using Ajax controls that is update panel,Modal controls and VS 2008, i am getting the Error in Log Database.But application running very fine.Why this Exception is generated?The Application is in Live.... HandlingInstanceID: 0c17cc24-7940-4807-a07e-e92170031d69 An exception of type 'System.Web.HttpException' occurred and was caught. ------------------------------------------------------------------------ 11/01/2009 04:03:55 Type : System.Web.HttpException, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Message : The file '/4L5rpd4F.asmx' does not exist. Source : System.Web Help link : ErrorCode : -2147467259 Data : System.Collections.ListDictionaryInternal TargetSite : Void CheckVirtualFileExists(System.Web.VirtualPath) Stack Trace : at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath) at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile, HttpContext context) at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String Please giving me any suggestion, by that i can resolve the problem.. Thanks in Advance.

    JohnDas

    ASP.NET help announcement database visual-studio design

  • How to Fix the Log Errors.
    J Johndas

    Hi All, i am getting the Error in Log Database. Unable to get logic how to fix this error. can please give me any ideas.Which help me. andlingInstanceID: 0f05272f-eacd-4fa5-8115-c1cb7623c35a An exception of type 'System.Web.HttpException' occurred and was caught. ------------------------------------------------------------------------ 10/30/2009 02:20:10 Type : System.Web.HttpException, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Message : File does not exist. Source : System.Web Help link : ErrorCode : -2147467259 Data : System.Collections.ListDictionaryInternal TargetSite : System.IO.FileInfo GetFileInfo(System.String, System.String, System.Web.HttpResponse) Stack Trace : at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response) at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context) at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Thanks in Advance.

    JohnDas

    ASP.NET help database data-structures debugging tutorial

  • How to Improve Website Performance?
    J Johndas

    Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.

    JohnDas

    ASP.NET database architecture performance tutorial question

  • Need to Bind the GridView for Dynamically Loaded User control In Default Page.
    J Johndas

    Hi All, i am struck in between the logic. My question is i am loading the user control dynamically as follows. step1: --> In Defalut.aspx.cs--> page_Load i am written --> Control uc = LoadControl("MyUserControl"); PlaceHolder.Controls.Add(uc); step2: In UserControl there is GridView Control Need to bind the gridview only in "Default.aspx.cs" Can you please help me, how to bind the gridview control of usercontrol which is loaded and need to bind only in Defalut.aspx.cs Thanks in Advance.

    JohnDas

    ASP.NET help tutorial question

  • Register the user control or Dynamic Loading the User Control Performance.
    J Johndas

    Hi All, i have question, in my project most of user control is Register in page as traditional manner. If i change to load the user control dynamically, Is any performance difference will be there. My question is, i need to improve performance of page.If i load the user control dynamically.any improvement of Performance? Please suggest Me. Thanks In Advance..

    JohnDas

    ASP.NET question performance code-review

  • Alert Message Before Response.Redirect
    J Johndas

    Hi all, i have a issue. i need to display alert Message before the page is redirect to another page. 1)alert Message 2)Response.Redirect("test.aspx") Here, i have to use Response.Redirect complusory. Please Help Me. Thanks in Advance.

    JohnDas

    ASP.NET help

  • replace function in javascript not working in Firefox
    J Johndas

    Hi all, i am not sure, this is right place to post. replace function is not working in Firefox,but it working in IE browser. for eg: var total ; total = total.replace(/,/,''); i am get the in Error console that replace is not function. can you please help me. thanks in advance.

    JohnDas

    ASP.NET help javascript

  • How to Update the CheckBoxlist?
    J Johndas

    Hi all, i need to update the checkboxlist, where data come from database. i have 3 ListItem.. Example... English,Hindi,Chinese. with comma separated values store in database. can you help me, how to retrieve and update the values in database. Thanks in Advance. JohnDas

    ASP.NET tutorial database help question announcement

  • Site Crash
    J Johndas

    Hi all, i dont know this is right place to put my query.. my Site is crash twice, i got log file to analysis, but unable to solve the issues. i am using Debug Diagnostic Tool.Unable to generate Error code or Error Description. can you please help me. Thanks in Advance...

    JohnDas

    Web Development help database debugging

  • how to activate the header link in asp.net
    J Johndas

    yes, i need the link should be highlighted, when user click. 1)if he click Home link,it should be highlighted. 2)if he click other link for eg:Tour then it should be highlighted and deactive the "Home" vice verse. please help me.

    JohnDas

    ASP.NET csharp css asp-net tutorial question

  • how to activate the header link in asp.net
    J Johndas

    Hi all, i am using user control for Top heading eg: Home Tour Request etc are such type of heading.when i click Home link then it should be activate for navigation of other page. same thing should happen in other link, i am using css also. my question, home to make the link activate when user click and visits for the pages.* Holidays
    ; thanks in advance.

    JohnDas

    ASP.NET csharp css asp-net tutorial question

  • validate the Telephone.
    J Johndas

    Hi all, How to validate the telephone number of this format eg:123232-23131 or 2323123123 that is it may include "-" or not the telephone number should be validate. i am using RegularExpressionValidator and ValidationExpression="^\d*[0-9]$" please help..

    JohnDas

    ASP.NET help tutorial

  • Video is not playing....Urgent...
    J Johndas

    Hi all, In my application video is not playing. i am using tag here it is.. Here src="<%=VideoPlay>" is this i get flv format file.but video is not playing. please help me. JohnDas

    Visual Basic help

  • Video Implementation
    J Johndas

    Hi everyone, can please help me, i am going to implement the vedio to play,in my application using vb.net. i have no idea how to work out it.anyone give me code to this. thanks in advance.

    JohnDas

    Visual Basic csharp help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups