All Tags » asp.net (RSS)

Browse by Tags

  • How to use SQL Membership Provider in ASP.NET 3.5

    I want to use SQL Membership Provider in ASP.NET 3.5 I will really appreciate if someone can provide some nice tutorial with sample code Thanks
    Posted to ASP.NET (Forum) by microsoft on 03-08-2010
  • Validating Data Before the PostBack

    Hello Everyone, I have an aspx page that Posts data to an External Web site. I am using ASP.NET and C#. I would like to validate the data before doing the postback to the external site. I know how to perform the data check. But how do I stop the post to the external site if the data is bad using C# code...
    Posted to Visual Interdev (Forum) by microsoft on 03-08-2010
  • Remote click a button at a website

    Hi, I need to enter entries at a website and submit them from this site. For normal you now how a form have to look eg. In this case I ever used the easy way, create the URL and execute it: ?target.aspx?name=AName But now I've to find controls in a side and remote click a button that contains javascript...
    Posted to Visual C Sharp (Forum) by microsoft on 03-06-2010
  • Gridview nor rendering hyperlinks, just displaying HTML tags

    Hello, I have a GridView and I am processing the values in the first column: This creates a hyperlink to a new page and passes the value of the link in. This works fine working locally, but when I upload to my webserver, the first column is rendering as the HTML: Code e.Row.Cells(0).Attributes.Add("onclick"...
    Posted to ASP.NET (Forum) by microsoft on 03-06-2010
  • Error installing .net framework

    Microsoft .NET Framework 2.0 Setup --------------------------- I am getting the error as: Setup cannot continue because this version of the .NET Framework is incompatible with a previously installed one. the clinet server has framework 2.0 with sp1 . this is displayed in the control panel when i tried...
    Posted to Visual Interdev (Forum) by microsoft on 03-03-2010
  • Display the image in RadGrid Image Column

    Hello experts I need urgent help I have a radGrid in which i want to have an image column that will display different images depending on the selected DataField value. Like i have a field called status in on of my table which contains the values 0,1,2 If the user enters 0 value then the image should...
    Posted to ASP.NET (Forum) by microsoft on 03-01-2010
  • LINQ to SQL Foreign Keys

    This is something of a followup to another question : http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24115478.html I'm getting things a bit more clearly now, but I'm having trouble wrapping my mind around how to work with foreign keys in Linq to Sql. The example given is...
    Posted to ASP.NET (Forum) by microsoft on 02-28-2010
  • Hierarchical dataset

    I have a table like this : id name parent 1 A 0 2 B 0 3 CA 0 4 DA 0 5 EA 2 6 KA 2 7 ZA 6 I do not want to allow a parent to update as its own children for ex : in the given table B has 2 child EA and KA and KA has one child ZA if i update KA's parent as 7 it will disappear from the system because...
    Posted to Visual Interdev (Forum) by microsoft on 02-28-2010
  • How do you filter for a blank date in a LINQ statement

    I am trying to create a list that filters on any record that has a blank date. I am getting an error message of Can not implicitly convert sting to system date. Here is my code that I am trying. Any help is greatly appreciated.
    Posted to Visual Interdev (Forum) by microsoft on 02-28-2010
  • hyperlink isn't working correctly

    I have a page with some rss feeds in one column. When I click on the url (link) it puts a bunch of stuff in front of it in the new browser window. See my site here: http://cooltoneamps.com/ See code below. The rssUrl1 is an asp:hyperlink control Code Snippet: 1: 2: 3: this.lblRssTitle1.Text = colRss...
    Posted to Visual Interdev (Forum) by microsoft on 02-28-2010
Page 1 of 160 (1595 items) 1 2 3 4 5 Next > ... Last ยป