User Profile

Collapse

Profile Sidebar

Collapse
yogarajan
yogarajan
Last Activity: Mar 7 '11, 05:56 AM
Joined: Apr 18 '07
Location: india
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to create and collect textbox value at runtime?

    Hi All

    I am create textbox and collect textbox value at runtime using c#

    my aspx code
    Code:
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml"
    ...
    See more | Go to post

  • How to check for user login and referr URL for security

    Dear friend

    I have two server one server runs (windows 2003 server Moodle opensource - PHP url : http://xxx.yyy.zzz.aaa/login.php) and another server contains Course Matterial video(url :http://sss.qqq.rrr.aaa ). so user success full login i have transfer to another server. how can i know it is successful login and it is request comes from xxx.yyy.zzz.aaa ip.


    i want write code in C# (asp.net)

    ...
    See more | Go to post

  • yogarajan
    replied to USB dongle serial key
    hi plater

    thanks for your reply
    i want read my usb dongle data.
    i want erase all data from usb dongle and insert some data

    it is possible

    Thanks in advance
    Yogarajan.G
    See more | Go to post

    Leave a comment:


  • yogarajan
    started a topic USB dongle serial key

    USB dongle serial key

    Hi friend

    I am developing one tool ie. get usb storage information
    it is show serial no of usb, vendor name but it is not detect usb dongle (usb dongle it is not detect as external storage)
    how can i get serial no of usb dongle

    pls help

    Thanks in advance
    See more | Go to post

  • yogarajan
    replied to swfobject error
    Hi
    No i am include properly
    pls check my code
    See more | Go to post

    Leave a comment:


  • Autoplay background Mp3 song after each song finishes using asp.net with c#

    Hi

    I am creating web site it is containing background mp3 file.

    Now I would like to know is it possible for the background music automatically play the next song once the previous song is finished? If so how do I go about doing this on c#

    Please let me know... Thanks!
    See more | Go to post

  • yogarajan
    started a topic background music

    background music

    Hi friends

    i have one website

    it is background music playing continue

    i have schedule morning 6 AM to 8 Am Devotional songs

    8 to 10 Michel jackson hits

    ...

    user did not allow stop their songs

    and user donot allow change their schedule

    i have devotional songs folder

    it is contains lot of songs

    and i...
    See more | Go to post

  • change web.config identity username and password

    hi All

    can i change webconfig identity username and password throuth programatically ?

    is it possible?

    <identity impersonate="tr ue" userName ="" password ="" />

    Thanks
    See more | Go to post

  • yogarajan
    started a topic make trail period website

    make trail period website

    hi friend

    i am develpoing web application(ele arning portal)

    i am convert to web setup (database included)

    i am send to the client

    they are installed and enjoy the course

    course is one month valid period

    after that they are renewal the courses

    they are full rights for the database (because client have database)

    so how can i make...
    See more | Go to post

  • yogarajan
    started a topic date compare

    date compare

    Hi,
    i have developed web application,I need to compare current date without help off system current date. We are providing a cd of 30days trail version.

    i need to compare current date without help of the system current date who utilize this trail version pack. after 30days completion this trail version pack get deactivate.

    The Registered date stored in Registry. kindly help me to deactivate this pack after 3...
    See more | Go to post

  • yogarajan
    replied to Deploy SQL
    Re:HI

    Hi

    this is also return null value
    same error
    See more | Go to post

    Leave a comment:


  • yogarajan
    started a topic Deploy SQL

    Deploy SQL

    hello friends

    my requirement is Deploy SQL Server databases easily with an Installer class
    so i am using

    http://www.codeproject.com/KB/instal...select=1081665

    but i am got error

    Code:
    private static string GetScript(string name)
    {
        Assembly asm = Assembly.GetExecutingAssembly();
    ...
    See more | Go to post
    Last edited by tlhintoq; Aug 10 '09, 06:27 PM. Reason: [CODE] ...your code goes here... [/CODE] tags added

  • yogarajan
    started a topic swfobject error

    swfobject error

    hi friend

    this is my code

    Code:
    <script type="text/javascript">
    		// <![CDATA[
    		var so = new SWFObject("./yoga/so_tester.swf", "sotester", "100%", "100%", "8", "#FF6600");
    		so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		so.addParam("scale", "noscale");
    ...
    See more | Go to post
    Last edited by Dormilich; Jul 24 '09, 06:55 AM. Reason: added [code] tags

  • button click evert error and multiple lablebox text value get

    Hi Friend

    this is my code
    Code:
    protected void Page_Load(object sender, EventArgs e)
        {
            for (int i = 0; i < 10; i++)
            {
                TableRow tr = new TableRow();
                
                TableCell td1 = new TableCell();
                Label lab1 = new Label();
                lab1.ID = "count" + i;
                lab1.Text = i.ToString();
    ...
    See more | Go to post

  • yogarajan
    replied to gridview with image display
    Re:

    Hi
    Thanks for ur reply

    i want display image in my grid


    My table have 2 fields (Productid- Unique , Auto number; Homeimg- String)
    look like this

    Product id homeimg
    1 cat.jpg
    2 cow.jpg
    3 dog.jpg

    my image folder structure
    1. Images(Parent folder name)...
    See more | Go to post

    Leave a comment:


  • yogarajan
    started a topic gridview with image display

    gridview with image display

    Hi All
    Code:
                <asp:TemplateField HeaderText="homeimg" SortExpression="homeimg">
                    
                    <ItemTemplate>
                        &nbsp;<asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("homeimg,productid", "Images\\productimg\\{1}\\ThumbnailImage\\{0}") %>' />
                    </ItemTemplate>
    ...
    See more | Go to post

  • thanks for ur reply
    here your using m.qid = 1 know
    so my result based on question id =1 but i want all (ie) i want all question id

    pls help
    See more | Go to post

    Leave a comment:


  • yogarajan
    started a topic scope_identity not working

    scope_identity not working

    hi am developing c# project am create dataset and dataadapter my code here
    Code:
    shoppingDataSet1TableAdapters.productdetailsTableAdapter productadapter = new shoppingDataSet1TableAdapters.productdetailsTableAdapter();
                int productid = productadapter.insertproduct(categoryid, productname, productdesc, prodcutrate, isnew,brandid, picname);
    my sql statement here
    Code:
    INSERT INTO [productdetails] ([categoryid],
    ...
    See more | Go to post

  • yogarajan
    replied to change gridview values
    re:

    hi all

    my problem solve

    pls change code
    <asp:Label ID="Label1" runat="server" Text='<%#(strin g) printstatus((st ring)Eval("curr status")) %>'></asp:Label>

    to
    <asp:Label ID="Label1" runat="server" Text='<%#prints tatus(("currsta tus").ToString( )) %>'></asp:Label>

    ...
    See more | Go to post

    Leave a comment:


  • one doubt

    hi

    thanks for ur reply it is useful
    i have one doubt

    this is my code


    declare @DelimitedStrin g varchar(5000)
    select tblquestion.que stionname,(SELE CT @DelimitedStrin g = COALESCE(@Delim itedString+',' , '') + answers FROM tblanswer where tblanswer.quest ionid=que.quest ionid) as answers from tblquestion que

    here i got one error mess

    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...