Search

You searched for the word(s): userid:807901

Matching Posts

  • DotNetNuke

    Hi All, I need some help in DotNetNuke. I am new to this. I want some details about the dotnetnuke. please help me. I searched for that and I downloaded the source code, installation, documents from the www.dotnetnuke.com download. I fallowed the instruction their to install it. But is it not working. Now i am working the v52005, For that what is the required download, how to install it and how to create the different modules. Please help me, Thank you,
    Posted to Getting Started (Forum) by krishnakumari on 10/16/2008
  • Re: Object reference not set to an instance of an object.

    try this. I also got the same problem when i am working With sessions string str=session["username"].tostring(); if no value in the username the we will get error.this error is because(here we are converting the null to string) string str=(string)session["username"]; in this case even through the str value is null, we won't the error. TB_Text.Text = ( string )ds.Tables[ "InterviewRound" ].DefaultView[0].Row[ "text" ]
    Posted to Web Forms (Forum) by krishnakumari on 9/18/2008
  • On the fly imagecroping

    Hi, In my application I have to crop the uploaded images. like gmail image dispaly. I saw some articles but their crop size we have to enter. I want selecting the crop area. http://blog.paranoidferret.com/?p=11 How to do this by using c#. please help me.
    Posted to System.Drawing/GDI+ (Forum) by krishnakumari on 9/8/2008
  • Re: how to update columes in the mysql using C#.net

    I tried with this string un = ( string )Session[ "username" ]; string str1 = @"update tbl_users set seeking=" + ddlseek.Text + " ,agefrom=" + ddlfrom.Text + ",ageto=" + ddlto.Text + "where username=" ; string str2 = "'" + un + "'" ; string str = str1 + str2; MySqlCommand cmd = new MySqlCommand (str, conn); conn.Open(); cmd.ExecuteNonQuery(); conn.Close(); Error Message: You have an error in your SQL syntax; check the manual
    Posted to MySQL (Forum) by krishnakumari on 8/29/2008
  • how to update columes in the mysql using C#.net

    Hi, in my application I have update the columes . But that is in mysql databse. I tried with normal sql query. Is it same as sql server 2005 or is their any diiff. please help me. very urgent
    Posted to MySQL (Forum) by krishnakumari on 8/29/2008
  • How to get the imageID,Name of the add which is displayed on the browser using adrotator

    Hi All, I have a small doubt in working adrotator control. I placed a adrorator control in my webpage. But the problem is I want to display the name of the add or some thing which is related the add image displayed on the adrotator. that is similar to this website only: http://www.darwindating.com/ in this website on the right side one image is their and below that name of that user and voting link etc. how to do that functionality. Please help me.
    Posted to Web Forms (Forum) by krishnakumari on 8/28/2008
  • Re: fileupload issue

    Hi, just go through this article your will get solution . http://www.odetocode.com/Articles/163.aspx
    Posted to Web Forms (Forum) by krishnakumari on 8/25/2008
  • how to Transfer data from the website to mobile through bluetooth

    Hi, I have an application which is similar to youtube. But in that I want to place download option. that download is only for mobile those having blue tooth connection or datacable. but not to the system. I want to stop download to system hard disk. Is it possible. How to transfer data from website to mobile through bluetooth. Pleas give some examples.
  • A small doubt in working with Youtube APIs

    Hi, I am have small doubt in working with youtube APIs. this is the code i used for displaying the videos string url = "http://gdata.youtube.com/feeds/videos?q=" + this.txtSearch.Text; AtomFeed myFeed = GetFeed(url, 1, 15); DisplayFeed(myFeed); private string RenderVideoEmbedded(string id) { return string.Format("<div id=\"video{0}\"><object width=\"425\" height=\"355\"><param name=\"movie\" value=\"http://www.youtube.com
    Posted to Component Discussions (Forum) by krishnakumari on 7/30/2008
  • Re: is it possible to add the mouse overeffect to the gridview.

    Hi Samu Zhang Thank You, What exactly I want is in the mouseover hte image has to come forword like recently watching videos effect in the www.youtube.com . for that I chnaged the image width and height on mouseover and onmouseout events. i.e < asp : GridView ID ="GridViewVideos" runat ="server" AutoGenerateColumns ="False" DataKeyNames ="ID" Width ="100%" BorderColor ="" GridLines ="None" OnSelectedIndexChanged ="GridViewVideos_SelectedIndexChanged"
Page 1 of 4 (35 items) 1 2 3 4 Next >