Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:807901
More Search Options
RSS Available
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.
Posted to
Mobile and Handheld Devices
(Forum)
by
krishnakumari
on 8/18/2008
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"
Posted to
Data Presentation Controls
(Forum)
by
krishnakumari
on 7/21/2008
Page 1 of 4 (35 items) 1
2
3
4
Next >
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online