niaher

460
reputation
72 views

Registered User

name niaher
member for 6 months
seen yesterday
website
location Thailand
age 22
A computer science student interested in ASP.NET/C# and web development in general.
2d
comment Sequential NEWID()
The problem with newsequentialid() is that it can potentially start from a lower range after windows restarts. In some scenarios this is unacceptable.
Dec
12
asked Sequential NEWID()
Nov
23
awarded  Popular Question
Nov
21
answered Compile Error CS0433 on pre-compiled ASP.NET 2.0 site.
Nov
20
asked Does Covering Index Duplicate Data?
Nov
16
comment How to block returning a resultset from stored procedure?
I like the second option because it is a generic way to not return SELECT statement's resultset. In general table variable seems to be the right way to go about this problem.
Nov
15
comment How to block returning a resultset from stored procedure?
Actually I can do away with SqlDataReader by using SqlDataReader.NextResult(), however I'd like to eliminate unnecessary network traffic.
Nov
15
asked How to block returning a resultset from stored procedure?
Nov
6
asked Are Stored Procedures Atomic?
Aug
24
answered Sharpen on a Bitmap using C#
Aug
10
asked Pass Bitmap object to unmanaged code
Aug
1
awarded  Critic
Aug
1
comment Is there a way to set charset using the web.config in asp.net?
Good question. I do agree it would be nice to have this kind of feature.
Jul
23
comment Performance questions for SQL Cache Dependency
Have you found any answers? I would also love to know an answer to this.
Jul
22
comment JQuery query string traversal
Perfect. Thanks.
Jul
22
comment JQuery query string traversal
While this is what I need, I think plugin is an overkill for such a simple problem.
Jul
22
asked JQuery query string traversal
Jul
18
asked Graphics object to image file
Jul
14
comment Form Elements in ASP.NET Master Pages and Content Pages
So are you suggesting to wrap the whole page inside a <form runat="server">? Of course it will solve the problem but, isn't it a bad practice?
Jul
1
answered How do you center a textbox inside an ASP panel?
Jul
1
comment How do you center a textbox inside an ASP panel?
Do you know the height of your panel?
Jun
29
comment Paging SQL Server 2005 Results
This is what you would do in Sql Server 2000, but 2005 version has a better solution using ROW_NUMBER function.
Jun
23
revised Sql Processing vs. ASP.NET Runtime processing
added 353 characters in body
Jun
23
asked Sql Processing vs. ASP.NET Runtime processing
Jun
21
asked Sql Stored Procedure With a Lot of Parameters