Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:777476
More Search Options
RSS Available
Matching Posts
Re: I can't fide Gridview in Datalist?Why
If ITemCreated event is not working. use the ITemdatabound event of datalist. Also use the condition which peter have put for itemtype. Thanks
Posted to
Data Presentation Controls
(Forum)
by
dharnendra
on 10/10/2009
Re: Paging and sorting in gridview
Hi, Instead of doing the Sorting code inside grid bind grid data, do it under grid's sorting event and store the sorting parameter into viewstate variable. use below link to view the example, http://www.dotnetspider.com/resources/1249-Grid-View-Paging-Sorting.aspx
Posted to
Data Presentation Controls
(Forum)
by
dharnendra
on 9/30/2009
Re: ASP.net TextBox, Enter Key Problem
Hi, Place the SEarch Textbox inside ASP:Panel and use its defaultbutton property to the Button on which's click you wann to fire the search event. Thanks,
Posted to
Web Forms
(Forum)
by
dharnendra
on 9/30/2009
Re: Show a confirm pop up after click a button
public static void OkConfirm(string message, string hyperLink) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append(@"<script language=JavaScript>"); sb.Append(@"if (confirm('" + message + "')) {location='" + hyperLink + "'}else{location='" + SPContext.Current.Web.Url + "/Lists/Editie/TitelEditieList.aspx'};"); sb.Append(@"</"); sb.Append(@"script>"); ((System.Web.UI.Page
Posted to
Getting Started
(Forum)
by
dharnendra
on 9/30/2009
Re: Shows invalid column while using Request.Query["Id"]
Hello, Try this , might help. string strSql = "select * from mtblNBD where NBDno='"+Request.QueryString["idsub"] + "'"; You can place the condition null check condition above to generate this query. The best way is to pass the querystring value as a parameter in stored procedure.for that refer below link. http://support.microsoft.com/kb/306574 Thanks
Posted to
Data Presentation Controls
(Forum)
by
dharnendra
on 9/29/2009
Re: Shows invalid column while using Request.Query["Id"]
Gud to see that your issue being resolved but above way open a way for sql injection (security threat). So, always use parameterised SP instead of direct query. Thanks,
Posted to
Data Presentation Controls
(Forum)
by
dharnendra
on 9/29/2009
Re: File Upload and JS
Hello Qadar, The problem seems with the javascript function test(); Clear that function and test it. Thanks , Dharnendra
Posted to
Client Side Web Development
(Forum)
by
dharnendra
on 7/9/2009
Re: how to get values from gridview columns after clicking on LinkButton
use commandargument property of link button.
Posted to
Data Presentation Controls
(Forum)
by
dharnendra
on 7/7/2009
Re: Passing parameter through control to sql
Hello Pass the 2 parameters insted of one for year. From Date and Todate and use it there under SQL query. Before send it to SQL, just split the selected value of dropdown from "And" ( ya now you can take any character"). Hope it will solve the issue. Thanks, Dharnendra
Posted to
Data Presentation Controls
(Forum)
by
dharnendra
on 7/6/2009
Re: https blocking ajax in ie8 causing error 'sys is undefined'
Hello, Refer below links for the reference which have included the resolution for this issue. http://blogs.msdn.com/webtopics/archive/2009/02/27/asp-net-ajax-functionality-not-working-on-the-page-getting-sys-is-undefined.aspx http://forums.asp.net/t/1417440.aspx Regards, Dharnendra
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
dharnendra
on 7/6/2009
Page 1 of 40 (395 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online