User Profile

Collapse

Profile Sidebar

Collapse
hiranmaie
hiranmaie
Last Activity: Mar 24 '09, 07:28 AM
Joined: Feb 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hiranmaie
    started a topic Problem with ClientSide Validations

    Problem with ClientSide Validations

    I am doing client side validation. I am writing a javascript to do this.
    The Javascript is :
    Code:
    script language="javascript" type="text/javascript">
      function validate()
      {
            var CName=document.getElementById("<%=txtCustName.ClientID%>").value;
            var Addr=document.getElementById("<%=txtAddress.ClientID%>").value;
            var Phone=document.getElementById("<%=txtPhone.ClientID%>").value;
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 24 '09, 09:28 AM. Reason: [CODE] tags

  • Retrieve Contact Details from Outlook's address book

    I want the code to retrieve the Contact Details from Outlooks Address book using the C# code. I am dealing with Web based application and my outlook's version is 2003. I tried many things but was not successful. Please help me out in retrieving the Contact Details from Outllok's Address Book.
    See more | Go to post

  • Retrieve the values in Masterpage from WebPage using QueryString Concept

    I have a webpage where I have a label with the username.
    I want this Username to be reflected in the master page.
    Please help me in retrieving the data from web page to the Master page using QueryString concept.

    I tried coding for the same but it shows an error of This Type of page not served.

    description: The type of page you have requested is not served because it has been explicitly forbidden. The...
    See more | Go to post

  • hiranmaie
    replied to Problem with the Image path
    Both sre i the same folder, but the content page is in a sub folder but the master page is outside that sub folder. I tried placing the image in both the paths. None of them worked.
    See more | Go to post

    Leave a comment:


  • hiranmaie
    started a topic Problem with the Image path

    Problem with the Image path

    I am having the problem with the image path. I am using a master page and the reference to the image in web content page which is not working properly. It shows Done, with errors on page error. If I take a web page outside the master page it works fine. The path without master page will be like "aspx_Pages/img.jpg" whereas it takes the path as "../aspx_pages/img.jpg if the master page is considered. What could be the reason and please...
    See more | Go to post

  • hiranmaie
    replied to Message box gets minimised on taskbar
    I tried using alert messages, it shows the heading of the messagebox window as Internet Explorer and an icon of warning message come in the message box which I dont need. How to remove the icon and customise the heading of the message box window. If I can get any example code for this type of message box it would be helpful. Please help.
    See more | Go to post

    Leave a comment:


  • hiranmaie
    replied to Message box gets minimised on taskbar
    I am getting the same result irrespective of where ever I use the message box. I am getting the minimised message box. I am using the message box in web based project and its not a console application.
    See more | Go to post

    Leave a comment:


  • hiranmaie
    replied to Message box gets minimised on taskbar
    for some pages like loginpage, I will write responce.redire ct("Home.aspx") ;
    after System.Windows. Forms.MessageBo x.Show("WELCOME ");

    In some pages i have written System.Windows. Forms.MessageBo x.Show("WELCOME "); after saving the values into the database in try block, after try block i write the catch block and close the save function.
    See more | Go to post

    Leave a comment:


  • hiranmaie
    started a topic Message box gets minimised on taskbar

    Message box gets minimised on taskbar

    Hi,

    I am using the messagebox code as System.Windows. Forms.MessageBo x.Show("WELCOME "); , in my application to get a message box. I get as a minimised window of the messagebox on the taskbar. I want to avoid this minimising of the messagebox and it should come in the application as any other normal messageboxes. Can anybody tell me what am I supposed to do to remove this minimising of the messagebox window on the taskbar and...
    See more | Go to post

  • hiranmaie
    replied to datepicker in C#.net
    It should be any date which the user prefers to select, and I can't pre-fill all the dates in a combobox.
    See more | Go to post

    Leave a comment:


  • hiranmaie
    started a topic datepicker in C#.net

    datepicker in C#.net

    Hi,

    How can I design a datepicker using javascript or some other tools in C#.net, I dont want to use a calendar as it occupies much space. I want a dropdown which allows me to select the date required from that dropdown. I have googled for the same, got some answers which didnt work for me. Please some one help me out to solve this.

    Regards,
    Hiranmaie
    See more | Go to post

  • To bind a dropdownlist with 2 columns from different tables.

    I have a dropdownlist by name dropdownlist1. I have two tables by name table1 and table2.
    I want to bind the value1s from TName1 column of table1 and TName2 column of table2.

    If there are 10 values (10 - rows) in table1 and 15 values (15 - rows) in table2.
    I want the dropdownlist to show 25 values (25 - rows), which include from both 1st and 2nd table values.


    Please help.
    See more | Go to post

  • Code to export the gridview values into an excel sheet

    Hi,

    I have a gridview with more than 10 rows of data.
    I want to export these gridview values into an excel sheet along with the header names of excel sheet. I am not using a database here.

    I need to open an excel application at the click of a button and save the gridview values into the excel sheet opened.

    Please help me out to solve this problem.

    Thanks & Regards,
    Hi...
    See more | Go to post

  • I am having many other doubts, will post it ASAP

    Thank you.
    See more | Go to post

    Leave a comment:


  • Code to insert from CheckBoxList into the database

    Hi,

    I want to save all the checked items into the database from CheckBoxList.
    I also want to reflect the previously checked values based on some ID from the database.
    How to do this.

    Please help me in solving this.

    Thanks in Advance,
    Hiranmaie
    See more | Go to post

  • Thank you so...soo much. I couldn't get it anywhere from past 3 days.
    Thanks again.

    Thanks & Regards,
    Hiranmaie
    See more | Go to post

    Leave a comment:


  • Thank you very much for the reply,its working now. :)

    Now i want to insert the multiple row values into the gridview.
    How to code for that so that i retain the previous values in the gridview itself and insert the new value into

    the grid.

    For Eg:

    If I have 3 column, with column headers as - Name and Department.
    I want my gridview to look as below before inserting into the...
    See more | Go to post

    Leave a comment:


  • Code to pass textbox values to gridview in C#.net

    Hi,

    I am having 3 textboxes and 1 gridview.

    I want to pass (reflect) the values from textboxes to gridview.
    I am not using the database here.
    I want to save the data directly from textboxes into the gridview.

    The asp code for the gridview goes like this:

    <asp:GridView ID="GVWriteDR" runat="server" AllowSorting ="True" CellPadding="4"...
    See more | Go to post
No activity results to display
Show More
Working...