Convert JSON attribute to Class in c# Or Paste Special in Visual Studio 2012
In this blog i'm posting some Asp.net,Sql Server,Jquery,HTML-5,sqlite,C#,JavaScript scripts and sample codes that i found and created by me or my friends with a mind that it Save/ Help our ass some ways...
Tuesday, September 24, 2013
Monday, September 23, 2013
Action Delegates in c#
In my last post i shown FUNC Delegates now going around ACTION delegates
Action instance can receive parameters, but cannot return values.Example below:
- How to execute a line
- How to execute a method
Thursday, September 19, 2013
Wednesday, September 18, 2013
SQL Function return SQL TABLE
using table values parameter we can achieve it
Function :
CREATE FUNCTION FunctionName
(
@id INT
)
returns table as
return
(
Select * from TableName WHERE id=@id
)
How to call:
select * from FunctionName(1)
If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)
Tuesday, September 17, 2013
Wednesday, September 11, 2013
Setting RadDatePicker Date Without Firing ValueChanged using javascript On Telerik radcontrols
Hi *.*,
This is the first time I'm writing a post about Telerik rad controls help.
This is the first time I'm writing a post about Telerik rad controls help.
Subscribe to:
Posts (Atom)