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:611783
More Search Options
RSS Available
Matching Posts
Re: Hide/Change Sort expression link in gridview
I know there isn't a builtin functionality.I am looking for the workaround. If any body knows about it then please share
Posted to
Data Presentation Controls
(Forum)
by
kamii47
on 11/26/2009
Re: Hide/Change Sort expression link in gridview
Marvellous Imran I have used the one without the jquery as In my current project I am not using jquery.
Posted to
Data Presentation Controls
(Forum)
by
kamii47
on 11/26/2009
Hide/Change Sort expression link in gridview
I am using built in sorting in gridview. The links on the headers column shows like javascript:__doPostBack('GridView1','Sort$au_fname') Is tehre any way I can change the display of that link like for example it may show # or au_fname only
Posted to
Data Presentation Controls
(Forum)
by
kamii47
on 11/25/2009
Re: Dynamically including JavaScript files in MasterPages
Thanks rikishipabst, Now I will also try out that one.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kamii47
on 11/24/2009
Re: Dynamically including JavaScript files in MasterPages
I have follow both approaches of either using protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { this.Page.ClientScript.RegisterClientScriptInclude(this.GetType(), "Global", this.ResolveClientUrl("~/JSFiles/AdapterUtils.js")); this.Page.ClientScript.RegisterClientScriptInclude(this.GetType(), "Global", this.ResolveClientUrl("~/JSFiles/MenuAdapter.js")); this.Page.ClientScript.RegisterClientScriptInclude(this.GetType(), "Global"
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kamii47
on 11/19/2009
Parallel computing in .net 3.5 Sp1 to read large chunk of textfile
I have a more then 100 meg of file.I am reading the file and loading it into my objects line by line. I am now investigating how can i improve it.Can I use parallel programming in .net 3.5 Sp1 to improve my time My current code is private void LoadObjects() { Stopwatch stopWatch = new Stopwatch(); stopWatch.Start(); StreamReader reader = File.OpenText(@"c:\TestFile.txt"); StringBuilder line = new StringBuilder(reader.ReadLine()); BookObject objBook = null; List<BookObject> objBookList
Posted to
C#
(Forum)
by
kamii47
on 11/17/2009
Re: Parallel computing in .net 3.5 Sp1 to read large chunk of textfile
Ok I will not use String builder and use string instead of it. But I am just investigating if I can get any gain from the parallel computing in .net 3.5 Sp1 and later.[But my current project is in .net 3.5 sp1] IF you have any suggestion in improving above code then please let me know. Actually I aill have around 10 to 15 lists of object which will be populated from different text files. Then I have to check some Datatype, rules and there relation between the files.
Posted to
C#
(Forum)
by
kamii47
on 11/17/2009
regular expression to accept either 6 or 9 length digits [and ignore leading and trailing spaces]
regular expression to accept either 6 or 9 length digits [and ignore leading and trailing spaces] I have made "^(\s*(\d{6})\s*$)" which will do for 6 digits only validation I have tried "^(\s*(\d{6})|(\d{9})\s*$)" for both six or nine digits only validation but it isn't working Please suggest me what is wrong with it
Posted to
Getting Started
(Forum)
by
kamii47
on 11/15/2009
Re: How to trim and validate using RegularExpressionValidator
or you may ignore leading and trailing spaces with the help of inserting \s* in the start and end of your regular expression to validate and trim the text from your code behind ValidationExpression="\s*([a-zA-Z0-9]*)\s*"
Posted to
Web Forms
(Forum)
by
kamii47
on 11/14/2009
Master Detail with Listbox or dynamic control
I have a form from which i manage Add and update of Company Master Data and a detail data about company contacts Every company must have atleast one contact other wise no company can be added/updated The detail data just contain a contact name field No duplicate contact for the same company allowed.And If the contactid is referred in some child table then deletion of that contact should also not allowed in Edit mode Now I am thinking about which way should i go for adding the contact in the form
Posted to
Getting Started
(Forum)
by
kamii47
on 11/13/2009
Page 1 of 216 (2156 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online