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:240940
More Search Options
RSS Available
Matching Posts
Re: problem with reading data from excel sheet
There can only be one connection with writting capability so if your xls is opened by another application it won't work. Hope this helps
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Hubble
on 5/30/2009
Re: What's the deal with Full-Text? -> Wrong Data
According to MSDN documentation ( http://technet.microsoft.com/en-us/library/ms187317.aspx ), your index is working as expected (read the AUTO part): CHANGE_TRACKING [ = ] { MANUAL | AUTO | OFF [ , NO POPULATION ] } Specifies whether changes (updates, deletes or inserts) made to table columns that are covered by the full-text index will be propagated by SQL Server to the full-text index. Data changes through WRITETEXT and UPDATETEXT are not reflected in the full-text index, and are not picked up
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Hubble
on 5/30/2009
Re: IDataReader ..runs only one loop,but... !
You can load a DataTable with the results of your IDataReader very easily, use this: DataTable dt = new DataTable(); dt.Load(yourDataReader); Hope this helps
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Hubble
on 5/30/2009
Re: [HELP] Error: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
the problem with your code is that if for some reason your code crashes in the //...... part of your code the connection is not released. You should use a try/catch/finally block or a using statement like this... string sqlcon = ConfigurationManager.ConnectionStrings[ "myConnectionString" ].ConnectionString; using (SqlConnection mycon = new SqlConnection(sqlcon)) { string sql = "Select * from ProductCategories ORDER BY Sort" ; SqlCommand mycom = new SqlCommand(sql, mycon); mycon
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Hubble
on 5/30/2009
Re: where to write business logic in asp.net
I recommend you to read these articles: http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416 and this: http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=476 Hope this helps
Posted to
Architecture
(Forum)
by
Hubble
on 5/30/2009
Re: How to enforce a textbox of a field name on specific format!
You can also use a MaskEdit extender of the Ajax Control Toolkit which is really cool: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx Hope this helps too
Posted to
Web Forms
(Forum)
by
Hubble
on 5/27/2009
Re: How to enforce a textbox of a field name on specific format!
You have to use a asp:RegularExpressionValidator. <asp:RegularExpressionValidator ValidationExpression="^\d{3}-\d{2}-\d{4}$" ControlToValidate="SocialSecurityNumberTextBox" ErrorMessage="Please enter correct format 000-00-0000" runat="server" /> Hope this helps
Posted to
Web Forms
(Forum)
by
Hubble
on 5/27/2009
Re: Weird things in dynamic creation of img
The width and the height properties of an image are updated once the browser has fully downloaded the file from the web server. If you want to check and/or change the width and height of the image you should attach it to the "onreadystatechange" event and check for its readyState to be "complete". Hope this helps.
Posted to
Client Side Web Development
(Forum)
by
Hubble
on 5/27/2009
Re: HTML Editor's ContentChanged event not firing
Exactly the same is happening to me...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Hubble
on 5/27/2009
HtmlEditor rendering problem
Hi everybody, I am new to the HtmlEditor control of the Ajax Control Toolkit. I was wondering if it's possible to customize the html rendered by the toolbar buttons, I mean, for example, the Bold button renders by default a "<span style="font-weight:bold">....</ span >" and I would like it to render a: <strong>...</ strong > Any ideas? Thanks in advance.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Hubble
on 5/26/2009
Page 1 of 34 (335 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online