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


Author filtered by: Karthik Harve [x]
asp .net javascript function by Karthik Harve
Answer 12 May 2013   license: CPOL
Hi,you can make use of RigisterCLientScriptBlock function. check below msdn article.ClientScriptManager.RegisterClientScriptBlock Method (Type, String, String)[^]ClientScriptManager.RegisterClientScriptBlock Method (Type, String, String, Boolean)[^]hope it helps.
Re: Not an article. by Karthik Harve
Forum Message 12 May 2013  
Of-course. i came to know later. :) :) Vande Matharam - Jai Hind
Not an article by Karthik Harve
Forum Message 2 May 2013  
The content certainly not suitable for an article. Though the content is very simple and basic, you can think of posting it as a tip. Vande Matharam - Jai Hind
Re: That was bad by Karthik Harve
Forum Message 28 Apr 2013  
Vo tho bagavan jane. :) Vande Matharam - Jai Hind
Re: That was bad by Karthik Harve
Forum Message 28 Apr 2013  
Sandeep Said:HOWWWWWWWWWWWW its simple, "Allah Meharban To Gadha Pehalwan" Vande Matharam - Jai Hind
Answer 26 Apr 2013   license: CPOL
Hi,The solution is very simple. In your first select statement, you are not ordering the based on the date, but in the Second query you are ordering by date, but when union the queries, you could not find the ordered rows. I suggest you to put order statement for the overall result set...
how to make .exe file by Karthik Harve
Answer 26 Apr 2013   license: CPOL
Hi,refer below articles.Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]Application Deployment Prerequisites[^]Bootstrapper Manifest Generator (2008) – How To Guide v2[^]based on your requirement check or uncheck the .NET Framework as Prerequisite in setup...
Answer 26 Apr 2013   license: CPOL
Hi,below MSDN article could help you.Walkthrough: Using a Custom Action to Create a Database at Installation [^]
C#
Not an article. by Karthik Harve
Forum Message 26 Apr 2013  
The content does suit for an article. have you considered posting this as a tip ? also, formatting is not correct. reduce the font size and present the code blocks correctly. Va
Answer 26 Apr 2013   license: CPOL
Hi,refer below links.How to find control on GridView RowCommand Event?[^]FindControl in rowdatabound event of gridview[^]
Data table "0".ToString() by Karthik Harve
Answer 26 Apr 2013   license: CPOL
Hi,its nothing, the person is converting string object back to string. The ToString was not at all required as "0" represents string object. the below code also works.dra1["Status"] = "0";dra1["RecDate"] = "0";dra1["ImpDocEndCode"] = "0";dra1["ID"] = "0";
Not an article. by Karthik Harve
Forum Message 26 Apr 2013  
The content looks like Incomplete. Perhaps you could have mistakenly clicked publish button, if not the case, the content does not suit for an article. Vande Matharam - Jai Hind
Answer 25 Apr 2013   license: CPOL
Hi,you can make you of DirectoryInfo.GetFiles method. refer the MSDN article.DirectoryInfo.GetFiles Method (String)[^]but pass the network path of the second machine for the DirectoryInfo class (Ex: \\IP_Address\ShareFolder)hope it helps.
Answer 25 Apr 2013   license: CPOL
Hi,try like below.// Encode the date value using URL Encode.Response.Ridirect("confirm.aspx? &tariff_id= " + tariff_id + " &total_price= " + total_price+ " &date= " +Server.UrlEncode(date.ToString()));while retrieving Decode the value like below.DateTime date =...
Answer 25 Apr 2013   license: CPOL
Hi,try like this..// change the UpdateConfig function like below.private static void UpdateConfig(string key, string value){ try { Configuration configFile = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); ...
Answer 25 Apr 2013   license: CPOL
Hi,try by like below.SendKeys.Send("DIR {ENTER}");refer Sendkeys.Send exception Keyword SPACE is not valid[^]hope it works.
C#
Not an article. by Karthik Harve
Forum Message 25 Apr 2013  
I Agree with nelson. still lot more analysis/effort is needed. Vande Matharam - Jai Hind
Forum Message 25 Apr 2013  
Kindly remove that word from tittle. people will vote if they like your article. Vande Matharam - Jai Hind
Re: Not an article by Karthik Harve
Forum Message 25 Apr 2013  
I Agree. i am not denying the fact. but still the content is having more of a code, than explanation. i am thinking it may suit as a tip/trick. Vande Matharam - Jai Hind
Answer 25 Apr 2013   license: CPOL
Hi,can you try like below.// add the onclick event of the div tag like below in your OnClientPopulated functionif (text == "header") { var newimgeUrl = imgeUrl.split("!"); autoList.childNodes[i].innerHTML = "
Answer 25 Apr 2013   license: CPOL
Hi,As MSDN describes, Control.Disposing property will return true if the control in the process of disposing. so, when check normally, it returns false, the property will return true when the Control_Disposing event will be fired. when the disposing event will fire, that means the control...
Answer 25 Apr 2013   license: CPOL
Hi,you have to change the MIME type as application/vnd.ms-excel.sheet.binary.macroEnabled.12 for generating .xlsb files.refer What are the Microsoft Office MIME Types?[^] for valid MIME types for various types.So, change your code as below.WriteAttachment(FI.Name,...
Answer 25 Apr 2013   license: CPOL
Hi,refer the below article.Multi-lingual web applications using ASP.Net 4[^]hope it helps.
Answer 24 Apr 2013   license: CPOL
Hi,Microsoft also having a tool for creating .chm help files. refer below.Creating a Chm build using Sandcastle[^]you can also find some good links in the below thread.How to create help file in asp.net[^]hope it helps.
Not an article by Karthik Harve
Forum Message 24 Apr 2013  
Thanks for contribution. But the content looks like a tip for me. Perhaps you can re-post it as a tip. Vande Matharam - Jai Hind
Answer 24 Apr 2013   license: CPOL
Hi,try with regular expression validator with validation expression as \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*RegularExpressionValidator In ASP.NET[^]hope it helps.
Answer 24 Apr 2013   license: CPOL
Hi,refer the below articles.Display MS Excel Sheets and Charts in ASPX Pages using C#[^]Show Excel File in ASPX page[^]similar threadImporting excel data directly into an ASP form[^]hope it helps.
Not an article by Karthik Harve
Forum Message 24 Apr 2013  
The content does not suit for article. refer the below articles. Code Project Article FAQ[
Re: Not an article by Karthik Harve
Forum Message 23 Apr 2013  
Oh yes. Sorry. that was for OP. Vande Matharam - Jai Hind
Re: Not an article by Karthik Harve
Forum Message 23 Apr 2013  
I Agree. also look into the formatting. avoid much gaps and paragraph the contents properly. Vande Matharam - Jai Hind
Not an article by Karthik Harve
Forum Message 23 Apr 2013  
Either, the content is incomplete and you by mistake clicked "Publish" button, otherwise, the content is too short for an article. perhaps it suits for a blog. Vand
question about query by Karthik Harve
Answer 22 Apr 2013   license: CPOL
Hi,if am not wrong "SID" is your column name which you are trying to delete by using PRIMARY Key keyword. so, that is not possible. you may have to drop the primary associated with table just specifying the primary key keyword, or specifying the primary key constraint name.refer the...
Forum Message 22 Apr 2013  
Hi, below MSDN links could help you. Oracle and ADO.NET[
Answer 22 Apr 2013   license: CPOL
Hi,I think you cannot generate the read only work sheets from a response stream but it can be achieved using some third party tools that will manipulate the generated excel sheets.you can refer below threads.Response.Content Type Readonly Excel[^]Generate Excel Sheet ReadOnly using...
Answer 22 Apr 2013   license: CPOL
Hi,you can make use of DateTime.TryParse function.refer DateTime.TryParse Method [^]hope it helps.
Answer 22 Apr 2013   license: CPOL
Hi,In order to store data of hindi or any other language, just make the column datataype as "nVARCHAR" or "nTEXT" or "nCHAR", and pass the values as it is you do normally by using INSERT statements.refer Ado.net with Localization[^]you can also refer SQL SERVER 2005 Multiple Language...
Answer 21 Apr 2013   license: CPOL
Hi,you can make use of regular expressionsrefer7 Regular Expressions a C# Developer Must Know[^]Using Regular Expressions in C# .NET[^]try with below expression.^.*(?=.{6,})(?=.\d)(?=.{5,}[a-z,A-Z]).*$ above expression validate for, 1 numeric, 5 alphabets and maximum 6...
Total size of a harddisk by Karthik Harve
Answer 21 Apr 2013   license: CPOL
Hi,try with DriveInfo Class.DriveInfo (Properties)[^]DriveInfo.TotalSize[^]try like below.System.IO.DriveInfo info = new System.IO.DriveInfo();Console.WriteLine(info.TotalSize); // gets the total size of the drive.hope it helps.
C#
Answer 21 Apr 2013   license: CPOL
Hi,generally, if you add a service project, it will ask to add it in app_code folder, so, it did'nt asked, its fine. you just add one class file to the web application, that will create in app_code folder.inherit that class with "Service" class and add necessary web service attributes to...
Answer 21 Apr 2013   license: CPOL
Hi,refer below articles.Need to create a countdown clock/timer, days, hours and miniutes. Possible?[^]JavaScript Countdown/Count-up Timer/Clock/Ticker Widget for Web Pages[^]Countdown timer in asp.net[^]these could help you.
Answer 21 Apr 2013   license: CPOL
Hi,for migrating SQL Server to Oracle, refer below articles.Migrating a Microsoft SQL Server Database to Oracle Database 11g[^]Migrating from Microsoft SQL Server to Oracle[^]SQL Server Migration Assistant for Oracle(OracleToSQL)[^]for connecting to oracle database, refer below...
Formatting. by Karthik Harve
Forum Message 21 Apr 2013  
I think you should consider the formatting of the code blocks. Vande Matharam - Jai Hind
Forum Message 19 Apr 2013  
Hi, try like below. var grid = document.getElementById(''); if (grid != null) { __doPostBack('
Answer 19 Apr 2013   license: CPOL
Hi,refer the below articles.--How to add AjaxControlToolKitAjax Control Toolkit[^]How to add ajax reference in asp.net?[^]Get Started With ASP.NET AJAX Control Toolkit[^]How do I install and use the ASP.NET AJAX Control Toolkit in my .NET 3.5 web applications?[^]--Ajax...
Answer 19 Apr 2013   license: CPOL
Hi,you can find similar discussion threads below.GridView row drag and drop into outside Div like Gmail yahoo AOL Hotmail inbox[^]Drag and drop image on GridView[^]ASP.NET: Drag and Drop GridView Row to DetailsView using jQuery[^]Drag Drop GridView Rows With JQuery [^]hope it helps.
Make .EXE of vb.net Project by Karthik Harve
Answer 19 Apr 2013   license: CPOL
Hi,refer below links for getting started with setup and deployment projects.How to: Create or Add Deployment Projects[^]Getting Started With Setup Projects[^]Create Setup And Deployment Project in Visual Studio 2008/2010[^]for installing sql server and creating database, tables...
Re: VS C# Application Choice by Karthik Harve
Forum Message 19 Apr 2013  
Either you create windows service application or you can use sql server agent jobs. h
Forum Message 19 Apr 2013  
Hi, if the gridview is invisible i.e. you have made visible = "false", the control will not be rendered into the client, and object will go null. So, this is what happening in your cas
Re: setup file by Karthik Harve
Forum Message 19 Apr 2013  
Hi, take a look at below articles. Deployment of a Web Setup Project[
ASP .Net Video Player (AVI)? by Karthik Harve
Answer 19 Apr 2013   license: CPOL
Hi,refer below articlesHow To Play Flash Video Files In ASP.NET using C#.net or VB.net[^]Display Videos in ASP.NET 2.0[^]Save and Display YouTube Videos on ASP.NET Website[^]How to upload vedio files and save in sql database and play files on .aspx page[^][Edit]for embedding...

Page 1 of 14
1 2 3 4 5 6 7 8 9 10


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