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:675167
More Search Options
RSS Available
Matching Posts
Re: Stopping Nulls from Inserting Into Database
Try setting the value to space.
Posted to
Web Forms
(Forum)
by
ulysses098
on 4/13/2008
Re: how to parse date?
the parameter inside the Split method is an array of characters. try the code below. Dim MyDateTime As String = TextBox_date.Text Dim splitter As Char () = { "/" c } Dim datearray As String() = MyDateTime.Split(splitter)
Posted to
Getting Started
(Forum)
by
ulysses098
on 1/25/2007
Re: how to parse date?
in the my example its year,day,month. Suppose the value of textfieldDate.Text is "2007/13/1" string[] date= textfieldDate.Text.Split(new char[]{'/'}); the date[0] value is "2007", date[1] value is "13" and date[2] value is "1"
Posted to
Getting Started
(Forum)
by
ulysses098
on 1/25/2007
Re: how to parse date?
Hi natasha i think what you need is to split the text into year,day,month. Maybe the right solution for that is TextFieldDate.Text.Split(new char[]{'/'}). This will return an array, for example TextFieldDate.Text = " 2007/11/23" then you apply the Split method, the array value will be "2007,"11","23". I hope it help you problem
Posted to
Getting Started
(Forum)
by
ulysses098
on 1/25/2007
Re: Accessing functions from a masterpage
Yes you have a point their, that will certainly make things easier.but it could have been much easier if the master page will behave like an inherited parent which you call the public or protected method, and property directly.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
ulysses098
on 1/7/2007
Re: Trying to append (add) row to table: row overwritten :(
Hi jessica, Thanks to the responds. I have clearly understand now. thank you very much on answering my question. ulysses098
Posted to
Web Forms
(Forum)
by
ulysses098
on 1/5/2007
Re: dynamic events for ddl
My suggestions is that you declare the ddl and set the visible property to false together with the btnDispDDL. then in the btnDispDDL_Click event just set visible ddl property to true
Posted to
Web Forms
(Forum)
by
ulysses098
on 1/5/2007
Re: Trying to append (add) row to table: row overwritten :(
yes it really help. I have another question. what do you mean by the data stored in the table? is it the text inside the table?
Posted to
Web Forms
(Forum)
by
ulysses098
on 1/5/2007
Re: Trying to append (add) row to table: row overwritten :(
aaah, thank for the correction. then what does enableviewstate do? i thought it will behave just like other server control if you set to true the enableviewstate.
Posted to
Web Forms
(Forum)
by
ulysses098
on 1/4/2007
Re: File upload control security
yes there is, such us abuse of functionality. you can limit the number the user can upload or limit the file size of the file.
Posted to
Security
(Forum)
by
ulysses098
on 1/4/2007
Page 1 of 2 (18 items) 1
2
Next >
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
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online