Forum: ASP.NET Feb 12th, 2008 |
| Replies: 6 Views: 559 Re: Saving text in asp.net Hmm, I've tryed something... I came now with this idea but i dont know how to do it.
How can I read Textbox.Text and parse it is there \r in between lines and so then I could add to the string \r... |
Forum: ASP.NET Feb 11th, 2008 |
| Replies: 6 Views: 559 Saving text in asp.net Hey folks,
I have this problem, lets take this text from from 24ways.org just for example->
And Im making a site, which uses MSSQL and like above text if I save it to database (varchar(MAX)) it... |
Forum: ASP.NET Feb 5th, 2008 |
| Replies: 8 Views: 1,953 Re: App_Code and control Thx mates. I know and I am reading couple of books now from wrox. Thx, have to try that at home at learn whats happening in there :) |
Forum: ASP.NET Feb 4th, 2008 |
| Replies: 8 Views: 1,953 Re: App_Code and control Now we are getting to point. But my knowledge is not enough yet, ill past both codes here
Blog.aspx.cs
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using... |
Forum: ASP.NET Feb 4th, 2008 |
| Replies: 8 Views: 1,953 Re: App_Code and control Yeah it works that way, no problem in there, but other way around.
I have this code in App_Code/readblog.cs file
void RebuildBlogPage(DataSet ds)
{
//string prevUser = "";... |
Forum: ASP.NET Feb 4th, 2008 |
| Replies: 8 Views: 1,953 App_Code and control Hey,
I have a this readblog.cs file in projects App_Code folder, and at main folder I have Blog.aspx -> Blog.aspx.cs file.
And I have a Table control in Blog.aspx file, called Bloglist, and I am... |
Forum: C# Feb 3rd, 2008 |
| Replies: 1 Views: 976 App_Code Hey,
I have a this readblog.cs file in projects App_Code folder, and at main folder I have Blog.aspx -> Blog.aspx.cs file.
And I have a Table object in Blog.aspx file, called Bloglist, and I am... |