User Profile

Collapse

Profile Sidebar

Collapse
developerquery
developerquery
Last Activity: Jul 3 '13, 04:36 PM
Joined: Jun 22 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Error on selecting initial value in Displaying gridview based on drop down list selec

    When user selects the initial value Please Select I get an exception which is.
    Conversion failed when converting the nvarchar value 'Please Select' to data type int.
    The Initial value has to be added programmaticall y
    How do I fix the error,below is my code which works correctly except if the initial value is selected.
    Code:
    protected void Page_Load(object sender, EventArgs e)
        {
            if(!Page.IsPostBack)
    ...
    See more | Go to post

  • Functioning of Social Networking Icon on a web page

    How do I implement the same feature of facebook which is used on the right hand side of http://www.aspdotnet-suresh.com onto a html page.
    See more | Go to post

  • developerquery
    started a topic How do I get the same Google Map?

    How do I get the same Google Map?

    http://palmexpo.in/contact.html
    How can I get the same map with my location.I am aware about the common way where the iframe is been pasted on the required area,please guide.
    See more | Go to post

  • developerquery
    started a topic Calendar Control

    Calendar Control

    Hi,
    I want a date picker similar to the link below and attached image, I have accomplished this with the ASP.Net Calendar control from the tool box, can i use the same or similar control as used in the below link, as in this one user can move the calender any where and it shows time as well.

    http://www.screenprint india.com/spi2012/hotelbookingfor m.html...
    See more | Go to post

  • developerquery
    started a topic SEO of a newly uploaded web site

    SEO of a newly uploaded web site

    Hello,
    If we type bytes in the textbox of google then automatically bytes.com is reflected, how do I accomplish the same task for a newly uploaded site have already included the title,header, meta tags.
    My pattern for meta tag is given below
    Code:
    <title>Welcome to Home page</title>
    <meta name="title" content="Plastic products" />
    <meta name="description" content="High
    ...
    See more | Go to post

  • developerquery
    started a topic hover text on a link

    hover text on a link

    How do I give the same hover effect like on
    http://www.webdesignerdepot.com/2009...l-newsletters/

    On the word newsletter
    I did this but its not up to the mark.
    Code:
    a:hover
    {
        background-color:pink;    
    }
    
    <div>Email <a href="http://www.google.com" style="text-decoration:none"><span style="color:pink" >newsletters</span></a>
    ...
    See more | Go to post
    Last edited by acoder; Feb 8 '13, 01:18 PM. Reason: Please use [code] tags when posting code

  • Can I see a example.
    See more | Go to post

    Leave a comment:


  • developerquery
    started a topic Curved Border with an image in HTML

    Curved Border with an image in HTML

    How do I write text inside a border made up of image while preparing newsletter, I know its easy in CSS3 but as its a HTML Newsletter all email clients doesn't support the curved effect, I know that it has 4 images but how do I joint them like the one in the attachment....
    See more | Go to post

  • Saving users information in Sql Server 2005 Database

    I am saving users information in Sql Server 2005 Database. The problems are:

    1. If a user selects 1/Jan/1990 then in the Age column of the database automatically 23 should be saved i.e users age, how do I calulate the age and use it in the query?

    2. The format of DateofBirth column is incorrect it should be 1/Jan/1990 inspite of2013-01-01 00:00:00.000. The data type is Datetime

    Code:
    ------------------Design
    ...
    See more | Go to post
    Last edited by zmbd; Jan 1 '13, 09:53 PM. Reason: [Z{Please use the <CODE/> button to format posted code/html/sql}]

  • developerquery
    started a topic What is this called

    What is this called

    The tags sections on the right hand side, what is it called, how to create it, any online generator to create it.

    [imgnothumb]http://bytes.com/attachments/attachment/6779d1355980640/downloadfreetut orial.com.jpg[/imgnothumb]...
    See more | Go to post
    Last edited by Frinavale; Dec 28 '12, 11:58 PM. Reason: Removed link and added image

  • developerquery
    started a topic Benefit of View State

    Benefit of View State

    As View state retains the state of a control when a .aspx page takes a round trip, but when I disable it then too the output is the same.
    Example:

    Code:
    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
    <asp:Button ID="Button1" runat="server" Text="Submit" />
    I type test in the text box at run time and click the Submit button then the test value...
    See more | Go to post
    Last edited by Rabbit; Dec 10 '12, 04:38 PM. Reason: Please use code tags when posting code.

  • Record Date of a Registration form in Asp.net C#

    When a user fills all the required information in a registration form then how do I record the date of submitting the form using Sql Server 2005?

    My insert query is :

    Code:
    con.Open();
    SqlCommand command = new SqlCommand("insert into data (UserID,Name,Email,Country,Date,Multiselect,Gender,Pincode)values('" + txtuserid.Text + "','" + txtname.Text + "','" + txtemail.Text + "','" + ddlcountry.SelectedItem.Text
    ...
    See more | Go to post
    Last edited by Rabbit; Nov 19 '12, 01:21 AM. Reason: Please use code tags when posting code.

  • developerquery
    started a topic Expansion of dropdown on a web page

    Expansion of dropdown on a web page

    Example

    www.microsoft.c om/visualstudio/eng/download

    On the above site there are 5 main headings if a user clicks on any plus symbol then the entire detail comes, what is it called?
    How to achieve this through html and css?
    See more | Go to post

  • developerquery
    replied to Autochange a date in .aspx files
    I have tried your first link, even in that when I change my machines date the changed date is reflected.I have used C# while testing the required output.
    See more | Go to post

    Leave a comment:


  • developerquery
    started a topic Autochange a date in .aspx files

    Autochange a date in .aspx files

    Daily I have to manually change the date on a index.aspx
    page,then upload it on FTP,what would be the C# code which changes the date automatically on a daily basis,I tried this script:
    Code:
    <script language="JavaScript">
    <!--
    var days=new Array(8);
    days[1] = "Sun";
    days[2] = "Mon";
    days[3] = "Tue";
    days[4] = "Wed";
    days[5] = "Thu";
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 9 '12, 01:02 PM. Reason: Added code tags

  • developerquery
    started a topic Server Error in '/' Application.

    Server Error in '/' Application.

    The .aspx form works fine on my browser but when I upload it on FTP,then when i check it online it gives me this error, have googled alot but didnt find a solution, please guide?


    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler...
    See more | Go to post

  • Confirmation Email to user while submitting the feedback form

    I am making a feedback form, as the user clicks on submit the user should get a confirmation mail from .in domain(i.e my email id, eg myname@mydomain .in), what would be the code for that in asp.net using C#?
    See more | Go to post
No activity results to display
Show More
Working...