Posts
 
Reputation
Joined
Last Seen
Ranked #425
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
87% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
0 Endorsements
Ranked #1K
~26.9K People Reached
About Me

Software Architect

Interests
Music, Guitars
PC Specs
DELL Dimension 9200C, intel core duo 2.4 ghz, 4GB ddr ram
Favorite Tags
Member Avatar for santhanalakshmi

Hi, Please anyone help me out............ I want the users to enter the data in the textbox of the minimum length of "10" and maximum length can be "ANY"(or above "10"). Thanks in advance...........................

Member Avatar for Sagar_7
0
2K
Member Avatar for meyu

please i need urgent help, im trying to load a picture uploader through an iframe in my application, the uploader is located on a different subdomain but im calling it from the current subdomain on the same website but when i click the hyperlink that is supposed to show the …

Member Avatar for paniraj
0
689
Member Avatar for dfs3000my

Hi all, I have a question. How do I render a string which has some html coding in it and display it as HTML? For instance, my string is like this : [CODE] Dim htmlString As String = "<h3>Hello World</h3><div>Something here</div> [/CODE] I am not too sure how can it …

Member Avatar for Rajesh_13
0
218
Member Avatar for samcaleb05

Hello frnd's... Im new to web developement side.I have seeked a lot but i didnt got any idea that how to convert any kind of video files to flv type and display in that webpage.I have tried a lot but i didnt get any samples and code for this process.Can …

Member Avatar for asp.c#
0
983
Member Avatar for faiza

i want to get a help to decide about what type of project i can make in asp.net.my qualification is bs(cs) 4 years.i hav to make a final project to complete my course.i am interested in asp.net so please provide me information about project ideas.

Member Avatar for madelinekim
-2
203
Member Avatar for artee

I am sure this must be very simple, but unforunately I can't figure it out. I have the following code which populates the dropdown lists from the database. This works fine. Now, when the user selects a particular employee name from the list, I want to get the Employee Id …

Member Avatar for navera
0
346
Member Avatar for nmakkena

Hi, I am having a FileUpload control in my application. When the application is running and if i click on browse button of fileupload control, i have to view only files which are having extension ".doc" (MS Word documents) to upload. How can i achieve this one. Pls help me …

Member Avatar for tjaank
0
2K
Member Avatar for Sarah Lee

Hi Everybody How can i display in the gridview. "there is no data for this request" if the binded dataset is empty? Can anyone give some ideas? Thanks

Member Avatar for egrullard
1
2K
Member Avatar for RobertKramers

Hi there, Im getting the error above, when i run my code. [code] string myCommand = "SELECT * FROM Manager WHERE UserName=" + ID; SqlDataAdapter da = new SqlDataAdapter(myCommand, con); DataSet ds = new DataSet(); try { con.Open(); da.Fill(ds); [B]// <- highlighting this part of the code..[/B] } finally { …

Member Avatar for samuelmac
0
3K
Member Avatar for msamir

I want to craete session object in my application .please tell me how to create and use session object.

Member Avatar for krishnamurtrhy
0
121
Member Avatar for khnouman

I m using c#.net and in web based application i want to calculate the time duration of wav file in minutes. Please help me out. Thanks

Member Avatar for 123as
0
78
Member Avatar for teckforce

As more and more sites require complex form dialoging, it seems that JavaScript is taking over ASP.NET. Who uses .NET anymore and how sufficient is it? I will admit, JavaScript does have its kinks and perpetual bugs but is far more capable and adaptable than ASP.NET in my opinion. Should …

Member Avatar for teckforce
-1
608
Member Avatar for madmital

I'm trying to create a virtual directory in an asp.net 2 application....and I'm about ready to explode. My company is hosting several web sites, and I want all of the sites to be able to share a directory of commonly used files, so that I won't have to include all …

Member Avatar for dbreise
0
311
Member Avatar for julseypart

hi, i copied my aspx files to httpdocs/ but when i navigiate to the index.aspx page i get an error saying : To update your index page modify the file /httpdocs/index.html is this the right folder to put them in or is there some configuration to do? its looking for …

Member Avatar for cherice
0
95
Member Avatar for elidotnet

Hello, im a little bit new for mobile.NET and tryin to work with sql express data base during my mobile web form. Im tryin to make some contact form and its work great. the data send from the mobile form to the sql contact table. my question is there is …

Member Avatar for amodiaas
0
109
Member Avatar for chicaloca

hi everyone I'm really just looking for some help to get started really. I've done a postgrad in web design and multimedia however have had no luck getting relevant work yet. I've designed a small demo site which I've uploaded onto some free webspace however I want to expand my …

Member Avatar for chicaloca
0
224
Member Avatar for Datsun90

Hi, I have a web application that uses a class called "CommonFunctions" located in the App_Code folder. I can use functions in this class in the ASPX file, e.g.: [CODE] <script language="vbscript" runat="server"> dim X as string X = CommonFunctions.Func1() </script> [/CODE] This procedure works correctly in the local host. …

Member Avatar for sedgey
0
132
Member Avatar for sonia sardana

I want to develop a login page ,i want that admin username & password to be saved in asp file suppose FrmLoginDetails.asp. Username - sonia Password - citm123 When the user logins,i want that his entered usernme & password to be compared with the that are stored in file FrmLoginDetails.asp.. …

Member Avatar for sedgey
0
90
Member Avatar for Jayakumar R

The configuration in our setup is one Web Server and one database server running SQL Server. With the current connection string it works. Recently we moved the database server to another machine with a different ip but with the same name. We used the name and not the ip in …

Member Avatar for dharmeshdk
0
150
Member Avatar for sfrider0

I am having problem getting all the links from a webpage. I have successfully created this using just C#. I used [code] foreach (HtmlElement link in webBrowser1.Document.Links) { string linkItem = link.GetAttribute("HREF").ToString(); [/code] Apparently C# in ASP.net doesn't have System.Windows.Forms so I can't use HtmlElement. I've tried a couple of …

Member Avatar for sfrider0
0
732
Member Avatar for skumar.snl

How can we remove Twitter user friends using C# API I am using this link methods [url]http://www.keylimetie.com/Blog/2009/5/1/Twitterizer-Simplifies-NET-Integration-with-Twitter/[/url] can somebody give some good link

Member Avatar for sedgey
0
91
Member Avatar for normality2000

Would anyone have any example code in VB that illustrates how I can merge the tables that are generated when XML is read into a dataset. An example of the XML would be: [code] <process> <block1> <name>name1</name> <dated>01/04/2009</dated> </block1> <block2> <text>A</text> <UID>1</UID> <title> <label>label1</label> <value>value1</value> </title> <description> <label>label2</label> <value>value2</value> </description> …

Member Avatar for normality2000
0
92
Member Avatar for blackcorner

I have three ASP.Net applications and I want them to share their user status (Anonymous, LoggedIn). For this I use a custom Membership provider which lets me manage my users database effectively. But... How can I authenticate a user in one of this applications AND let the other two applications …

Member Avatar for blackcorner
0
116
Member Avatar for bsg

Hi, I'm working on an events section for a website and have run up against the following problem: I would like every event registered to have its own web page on the site. What I would like to do is to have a template with basic layout, etc., and then …

Member Avatar for sedgey
0
118
Member Avatar for mrGee

Hi I have dreamwever CS3 and I have created vb.aspx files and when I open my forms in visual studio 2008, flash buttons cannot be displayed. Thank you in advance

Member Avatar for sedgey
0
71
Member Avatar for atplerry

Hello, On my project that deal with online payment system, i want that when a user is buying goods from a website called e.g www.buy.com and want to pay using my payment website called www.pay.com when the user from www.buy.com choose to use my payment solution i want to redirect …

Member Avatar for sedgey
0
227
Member Avatar for gabs_72002

i have a page that created in asp.net and i'm using microsoft visual studio 2008. when my page is access in other computers that different resoulution the data of the page are disarrange like the images, label, textbox and others.. pls help me how can i fix this problem.... ty …

Member Avatar for sedgey
0
85
Member Avatar for shikeb

Hi , I'm bit confused, what to use as a base langauage for ASP.net, which one is better and easy to code. Please !! help me out... Regards, Shikeb Ali.

Member Avatar for Dhaneshnm
0
274
Member Avatar for ricksvoid

Hi there, I know that .net comes with an encapsulated control for both logging in and creating a new profile. These seem to work great on my local server but Im not shure how to deploy it to a remote server. WHERE IS THE CONNECTION STRING??? Its not in the …

Member Avatar for sedgey
0
112
Member Avatar for DATABASE

i created an introduce (start) page .. and through that page i have to move to a master page. but this error appear [B]This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.master' …

Member Avatar for sedgey
0
195