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:764975
More Search Options
RSS Available
Matching Posts
Re: pls need help
Try to set Layout of "PAGE" to fixed instead of table. And set scroll = "no" for body.
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/13/2009
Re: How to Determine What Fiscal Year of Today Date.....?
Hi, Try below, it will solve your problem. Dim dt As DateTime = "July 1, 2008" Dim dt1 As DateTime = "June 30, 2009" Response.Write(IIf(Date.Compare(dt1, dt) = 1, Year(dt1), Year(dt)))
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/7/2009
Re: How do i validate an email address
Hi, There are 2 ways. One is that you can use Validator as follows. <asp:RegularExpressionValidator ID="revFrom" runat="server" ControlToValidate="TextboxName In which you are taking Email Address" Display="Dynamic" ErrorMessage="<b>From address</b> is invalid" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" ValidationGroup="Validation Summary Group Name"></asp:RegularExpressionValidator>
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/7/2009
Re: Dynamic DropDownList can't PostBack
You'r welcome
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/6/2009
Re: I want to send page information as email.
Hi, The Same question is posted in http://forums.asp.net/t/1364651.aspx . You can refer this. This will solve your problem.
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/4/2009
Re: Dynamic DropDownList can't PostBack
Hi. It is very much simple. You need to replace your code with following. This will solve your problem 100%. If Not Page.IsPostBack Then Dim productsAdapter As New ProductsTableAdapter drpProducts.DataSource = productsAdapter.GetProducts() drpProducts.DataTextField = "Title" drpProducts.DataValueField = "ProductID" drpProducts.DataBind() End If
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/4/2009
Re: User to User trigger
Mark the post as an answer if you really feel that it was the answer of your post. It will mark this post as resolved.
Posted to
Architecture
(Forum)
by
KinjanShah
on 1/4/2009
Re: Urgent : how to escape reserved word "Month" as column name of table in bulk inserting
Instead of Month, write [Month]. To escape reserved word encloded it in [ ].
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/2/2009
Re: Picture don't load on my web !
You are fetching Image Name from Database right? If yes the have you created any lock kind of thing on database/database table? Because the problem seems of concurrancy, i.e. when you along access, its working fine but when other people access it then images are not shown. So, in this case it is quite possible that DB is locked and other person is not able to get image name (as db is locked).
Posted to
Web Forms
(Forum)
by
KinjanShah
on 1/2/2009
Re: User to User trigger
As far as I know, IIS/ASP.NET works on Pull Technology. It means your browser has to call Server in order to get updates. IIS servs the request and forgets about it. So, in order to get updates, browser need to pull that from Server. Server is not going to push anything to browser.....
Posted to
Architecture
(Forum)
by
KinjanShah
on 1/2/2009
Page 1 of 11 (103 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online