Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Humayun Shabbir

@Humayun Shabbir
About
Posts
10
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Querystring in Gridview HyperLinkField
    H Humayun Shabbir

    Hi, i was also able to resolve this problem by converting the field to template using following code. And without going to codebehind :)

                    <asp:TemplateField HeaderText="Action">
                        <ItemTemplate>
                            <asp:HyperLink ID="HyperLink1" runat="server" 
                                NavigateUrl='<%# Eval("employee\_id", "employee\_details.aspx?cid={0}&department\_id=" + Request.QueryString\["department\_id"\]) %>'
                                Text="View Details"></asp:HyperLink>
                        </ItemTemplate>
                    </asp:TemplateField>
    

    Humayun Shabbir Bhutta http://www.sourcesystems.net http://sourcesystems.net/humayun

    ASP.NET csharp design help tutorial question

  • Querystring in Gridview HyperLinkField
    H Humayun Shabbir

    I want to have current querystring values in HyperLinkField of a Gridview. For example i have a list of employees page with department id already in the querystring, now i want to have View Details link to take user to employee details page with employee_id added to querystring but also keep department_id in the querystring. Like following code

    <asp:HyperLinkField DataNavigateUrlFields="employee_id, <%= Request.Querystring["department_id"] %>"
    DataNavigateUrlFormatString="employee_details.aspx?employee_id={0}&department_id{1}" HeaderText="Action" Text="View Details" />

    The current code gives me following error message.

    Parser Error Message: Literal content ('<asp:HyperLinkField DataNavigateUrlFields="candidate_id,') is not allowed within a 'System.Web.UI.WebControls.DataControlFieldCollection'.

    I hope there is some other way i can achieve this functionality while keeping it declarative as possible without using code behind. Thanks

    Humayun Shabbir Bhutta http://www.sourcesystems.net http://sourcesystems.net/humayun

    ASP.NET csharp design help tutorial question

  • Source Systems - Products
    H Humayun Shabbir

    no offense :)

    The Lounge csharp php html visual-studio

  • Source Systems - Products
    H Humayun Shabbir

    good idea! hehe ;) but in some cases we cant replace role of humans(e.g. Moderators).

    The Lounge csharp php html visual-studio

  • VS 2003/2005 coexistence?
    H Humayun Shabbir

    What about compatibility...do i need to install .net 1.1 seperately in order to run old applications or they will run using .net 2.0 too ? is it downward compatible with version 1.0 and 1.1 ?

    The Lounge question visual-studio com tools

  • Source Systems - Products
    H Humayun Shabbir

    Ads are gone (sorry for confusing). can we talk on real subject now! :) Humayun

    The Lounge csharp php html visual-studio

  • Source Systems - Products
    H Humayun Shabbir

    Can anyone propose some out of box products ?

    The Lounge csharp php html visual-studio

  • Source Systems - Products
    H Humayun Shabbir

    Yes, you were right...so i have removed ads.

    Colin Angus Mackay wrote:

    It looks more like you need to focus

    Yes..this is what i want to clarify...thats why i made this post..so far my plans are to develop prototype general products.

    Colin Angus Mackay wrote:

    Your software comes with its own doctors? Wow!!! I jest, but proof read your page so that it causes no misunderstandings.

    Yeah..i am working on it...almost daily. thanks and lets hope good comments from others as well ! cheers!

    The Lounge csharp php html visual-studio

  • Source Systems - Products
    H Humayun Shabbir

    This is not what i was expecting :( this is general site template, and no one can avoid google ads these days...this is real world. anyhow i have removed ads for clear view. Humayun

    The Lounge csharp php html visual-studio

  • Source Systems - Products
    H Humayun Shabbir

    I need some suggestions. basically i am planing to start my own software development company. so far i have software development experience of 4 years. using many different tools and languages. like visual studio, visual basic, .net, asp, php. i am planing to develop a few general software products and display them on my website. so far some general products like inventory, sales, MIS, CMS are listed. please send me some other type of products as well that you think are improvement to have in products list. please send anything that come in your mind (no limitations web/desktop/mobile etc.) looking for good ideas Here are current products: http://www.sourcesystems.net/products.html[^] thanks :) Humayun Shabbir -- modified at 15:34 Thursday 1st December, 2005

    The Lounge csharp php html visual-studio
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups