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


Author filtered by: sisirp88 [x]
Re: My vote of 5 by sisirp88
Forum Message 13 May 2013  
Thanks Tadit, :) Thanks & Regards Sisir
Re: My vote of 5 by sisirp88
Forum Message 13 May 2013  
Thanks Tadit, :) Thanks & Regards Sisir
Article 10 May 2013   license: CPOL
How to add JavaScript and CSS files to a web page during runtime.
Tip/Trick 10 May 2013   license: CPOL
Code to export datatable to CSV format.
Answer 10 May 2013   license: CPOL
Hi Vinay,Have a look into this link this will help you in resolving your problem.How to export data into .xls formatThanks
C#
Tip/Trick 9 May 2013   license: CPOL
Multi-threading and cross-thread function invoke.
Answer 6 May 2013   license: CPOL
Hi,You can also do like this:You can add the onchange="yourfunctionname()" code to the dropdown and add the function in the script tag in the begining.This is the best way to do...Thanks
Answer 19 Apr 2013   license: CPOL
HI,Use the string.Format() or variable.Tostring("dd/mm/yyyy");This will help you...Thanks
C#
Answer 16 Apr 2013   license: CPOL
Hi,1st get the data from the database by a stored procedure or simply a sql command. Then keep the data into a data table and feed the datatable data to the dropdownlist.Code snipet here:SqlConnection con = new SqlConnection("Data Source=localhost\\sqlexpress;Initial...
Re by sisirp88
Forum Message 16 Apr 2013  
Nice article... :) Thanks & Regards Sisir
My vote of 5 by sisirp88
Forum Message 15 Apr 2013  
I realized it in my life so I am sharing it with you all...
Tip/Trick 15 Apr 2013   license: CPOL
Without transaction if any DML statement are executed in the database then that can be rolled back in sql server.
How to use reference? by sisirp88
Answer 15 Apr 2013   license: CPOL
HI,If your layers are in the same project then you can include the folder structure in the Using section and then can able to access the object and methods defined there in the class.If you are having the different projects for the structure then you can able to access the methods only...
C#
Tip/Trick 15 Apr 2013   license: CPOL
Retrieving data from the database using a simple array in AJAX.
Answer 15 Apr 2013   license: CPOL
Hi,You can set the session timeout by various ways.1. Using C#2. Using jqyery3. Using AjaxHere are some links that can help you in finding the various ways.session timeout using jquerySesion timeout using AjaxSession timeout using C#Some more links:Session timeout on a...
Answer 15 Apr 2013   license: CPOL
HI,Check the following links for your answer:gridview footer using validator controlValidtor for TextBox Within GridView FooterThanks
My vote of 5 by sisirp88
Forum Message 14 Apr 2013  
It is a good thing to learn the use of the Culture but we should be very careful while using that...
My vote of 5 by sisirp88
Forum Message 14 Apr 2013  
Its a nice thing to implement...
Tip/Trick 9 Apr 2013   license: CPOL
How to use the CLASIC ASP code for different values from the server variables.
Tip/Trick 9 Apr 2013   license: CPOL
This will give a sound idea to use the CultureInfo in a C# application to handle date format.
C#
Tip/Trick 7 Apr 2013   license: CPOL
Aborting an fired Ajax call before firing the same again
Question 28 Feb 2013   license: CPOL
Hello All,I want to change the format of the date field binded in a grid based upon the language selection.e.g: If the language is english/ USEnglish then the format should be "dd/MM/yyyy" and if the language is something else then the date format should be "MM/dd/yyyy". Please suggest...
Answer 24 Feb 2013   license: CPOL
HI,You can get the value from one page to another page by 3 different ways.1. using session value.2. using querystring values.3. using cookies concept.Use one of these following methods and you can able to get the value from previous page.Thanks
Answer 24 Feb 2013   license: CPOL
HI,Use the following code in your webconfig file : From the code behind you can able to access that like the following code.myConnection = new...
Answer 22 Feb 2013   license: CPOL
Hi,Try like this: $(function() { $('input.alpha[$id=tb1]').keyup(function() { if (this.value.match(/[^a-zA-Z0-9 ]/g)) { this.value = this.value.replace(/[^a-zA-Z0-9 ]/g, ''); } ...
Answer 22 Feb 2013   license: CPOL
HI,According to me you should be developing some application to explore more using the latest technology like WCF, MVC, AJAX etc.This will make you master in your domain. As I am a software developer I know there is no end to any knowledge. So try to explore more and more in your...
sql query for select by sisirp88
Answer 22 Feb 2013   license: CPOL
HI,Change your code to like the following:CREATE PROCEDURE dbo.StaffPayment_ddl_GroupnameASBEGIN select * from Groups where GroupId '7'ENDThanks
Answer 21 Feb 2013   license: CPOL
Hi,Refer the following links for your answer.Run JavaScript from server side in ASP.Net and C#Also check the following discussions in the links below.Client side scripting VS server side scriptingWhat are the differences between client-side scripting and server-side...
Answer 21 Feb 2013   license: CPOL
Here is a good link that has the different formats you can use to show your result for date or time also.Date Time formatThere is only a way for your question t o format the result based on requirement.Thanks
Answer 21 Feb 2013   license: CPOL
Hi,Check for the following links...
Answer 21 Feb 2013   license: CPOL
HI,You can try like this:ALTER TABLE {TABLENAME}ADD {COLUMNNAME} {TYPE} {NULL|NOT NULL}CONSTRAINT {CONSTRAINT_NAME} DEFAULT {DEFAULT_VALUE}Add Default Value to Existing Column-- Add default to existing column DateOfHire:ALTER TABLE [dbo].[Employees] ADD DEFAULT (getdate())...
Answer 21 Feb 2013   license: CPOL
HI,Try like this:protected override void OnColumnAdded(DataGridViewColumnEventArgs e) { base.OnColumnAdded(e); e.Column.SortMode = DataGridViewColumnSortMode.NotSortable; }Thanks
C#
My vote of 5 by sisirp88
Forum Message 13 Feb 2013  
Its true. I have tried this at my local...

Page 1 of 1


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