Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for mody1983

Hi, I want to program a SMS gateway site, which sends sms messages and provide API for using it.. I want to make a site like [url]http://www.clickatell.com[/url] ... Can any one helps me, I want some resources to start with, but I can't find anything useful yet, please I want …

Member Avatar for aruhat
0
517
Member Avatar for mansi sharma

There are two dropDownLists on my form. In one DropDownList items are- 1)BE 2)Drawing 3)PG I want if a user selects BE in dropdownlist3 then in dropDownlist4 items are IT, CSE, MECH I want if a user selects Drawing in dropdownlist3 then in dropDownlist4 items are Drawing1, Drawing2 I want …

Member Avatar for anilMAN
0
118
Member Avatar for Jega_k_k

hi i have just started learning ASP.Net.. i'm try to using dropdown list in if condition it gives error message as [B]"Cannot implicitly convert type 'string' to 'bool'"[/B] [code=asp.net] if (DropDownList1.SelectedItem.Text="buyername" ) { da = new SqlDataAdapter("select * from buyermaster where buyername like '" + a + "%'", con); da.Fill(ds); …

Member Avatar for kani123
0
261
Member Avatar for laghaterohan

Hello, I have written a javascript function for email validation . On the click event of the validate button am calling the function however, the function is not called and returns nothing....so please help me out....plz help me out and do let me know where am going wrong...! here is …

Member Avatar for kvprajapati
0
180
Member Avatar for a496761

I am working an an app that allows users that create crystal reports (.rpt files) to upload and view their reports via my web application using the CrystalReportViewer server control. I would like to dynamically create my own form for them (to take the place of the ugly ones Crystal …

Member Avatar for a496761
0
101
Member Avatar for a496761

I have a site with SSL and am getting some very strange behavior when trying to go from https to http. In its most basic form, the problem is if I redirect from an https page to a different fully-qualified url such as [url]http://domain.com/sample.aspx[/url], the redirect actually goes to [url]https://domain.com/sample.aspx[/url]. …

Member Avatar for sknake
0
148
Member Avatar for kkemerait

I would like some help with a small issue... I have an html menu that I use on all my web pages, hence it is in my masterpage.master web page. The problem is that when a user clicks a menu choice I need to inject id="current" into the <LI> element... …

Member Avatar for sknake
0
251
Member Avatar for vish707

Dear IT Gurus, I am having a number of browsers (IE, Mozailla etc) connecting to a server. What i would like to have is some sort of unique way of identifying the machines from which the users are connecting (not the browser identification but machine identification). The server has a …

Member Avatar for a496761
0
67
Member Avatar for rayan_au

Hi All, I have a bit detailed question. So, please be kind enough to take few minutes and give me an advice. Currently, we have an ASP.NET based Invoice engine application. It basically handles the customer details with their invoice details. One of our client told us that he cannot …

Member Avatar for a496761
0
91
Member Avatar for misselegant

Hi guys, I coding a page to save the first name in the database, iam having a problem and I want you to help me please.. aspx page code [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CompanyInfo.aspx.cs" Inherits="CompanyInfo" %> <!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" > <head runat="server"> …

Member Avatar for misselegant
0
94
Member Avatar for gnane786

Hi all my name is rama kishore I am sending emails in asp.net by using one of my client domain abaoth2.com. Now i want to store the emails what i was sent....please tell me how to do that one please help me....

Member Avatar for n4naeem
0
114
Member Avatar for Naters_uk

Is it possible to send sms from an asp.net webform? :eek: I have searched multiple sites, but can't really find anything useful..any advices?

Member Avatar for jalpaeol
0
452
Member Avatar for sbv

Hi All, I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change? :) Please increase my knowledge.

Member Avatar for Missouri_Mule
0
96
Member Avatar for guptaalok12

I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it Pls help

Member Avatar for a496761
0
90
Member Avatar for saquib189

Hi, i have formview control in my page and on that i have two textboxes and button in it which display at runtime. i declare the button event in my aspx.vb [code=asp.net]Protected Sub insertbutton_Click(ByVal sender As Object, ByVal e As System.EventArgs) If Not Page.IsValid Then Exit Sub ' Determine the …

Member Avatar for a496761
0
101
Member Avatar for ykmun

Hi All, I seem to be stuck with this problem and despite my attempts at looking all kinds of solutions, I still find myself miserably and frustratingly unavailable to solve my problem. My problem is the following: I want to restrict access to a folder which contains the administrator pages …

Member Avatar for sierrainfo
0
109
Member Avatar for AsifAshraf

hi I'm creating a UserControl, I want to set a property like TargetDropDownID which is supposed to be a "string" type of data. Not a DropDownList Control so that i can set this property in html view. OK the Find Control doesn't help in this regard because the whoever will …

Member Avatar for a496761
0
116
Member Avatar for Paua

Challenge: Someone create a shopping cart (eCom) website using visual studio 2008 asp.net/ado.net/c#lanugage, easy? Send me the source code then ....Cheers!!!! Alternative: send me to a walkthrough tutorial please!!!

Member Avatar for a496761
0
103
Member Avatar for technogeek_42

hi to all who can help just a buddy to teach me how to work with asp.net and i would like to know everyone is their any differnce between asp.net and php???? and what is that........ and can i ask where can i find some script that may help me …

Member Avatar for a496761
0
93
Member Avatar for hjast

Is there a way to make a application that has a windows form gui on the server machine and then a asp.net frontend for users on the internet to interact with it? Reuben

Member Avatar for hjast
0
111
Member Avatar for guptaalok12

i have created a dyanmic table and attached with gridview .now i want to edit the data in gv.how can we do it.i have tried but it is not working.Pls help

Member Avatar for guptaalok12
0
110
Member Avatar for mindfrost82

I'm using ASP.NET and VB 2005. I'm trying to get a QueryString passed in the URL into a UserControl and I need to pass it as an integer because that is how it will be pulled from the database. Here is part of the .aspx page: [code] <%@ register src="frmOrderProductDisplay.ascx" …

Member Avatar for mindfrost82
0
305
Member Avatar for pranabmohanty

hello all, i m new to asp.net.....can anyone send me the complete code to write into the mysql data base.....plz mention the complete code to insert data to mysql database..... i m using asp.net and C#...... thanx in advance

Member Avatar for a496761
0
114
Member Avatar for Ramganesh

Hi I wish to Rewrite Url [url]www.mysite.com/demo.aspx/1[/url] instead of [url]www.mysite.com/demo.aspx?id=1[/url] i tried a lot with the below [url]http://www.qwerksoft.com/products/iisrewrite/download.asp[/url] yet i got clear way can anybody guide me or give me a new idea to do this stuff ( I wish to Rewrite Url [url]www.mysite.com/demo.aspx/1[/url] instead of [url]www.mysite.com/demo.aspx?id=1[/url] ) by Ram

Member Avatar for SheSaidImaPregy
0
161
Member Avatar for FaridMasood

Hi, I want to develop a simple Client/Server Messaging windows application. I know that sockets are used to create these kind of applications. Any one can teach me how to connect clients to server and how to send messages from client to server and from server to client. I am …

Member Avatar for a496761
0
84
Member Avatar for ericstenson

Hi this works in IE6, IE7, but not in FireFox... any ideas? [code] (On PageLoad) ImageMap1.Attributes.Add("onMouseOver", ImageMap1.ClientID & ".src='images/addpatient1.jpg'; window.status='Mouse Over'; return true;") ImageMap1.Attributes.Add("onMouseOut", ImageMap1.ClientID & ".src='images/addpatient.jpg'; window.status=' '; return true;") [/code] The rollover effect just doesn't happen in FF.... grrrrr.....

Member Avatar for a496761
0
128
Member Avatar for WhYuLoOkIn

Cool that worked, maybe you could help me with the overall problem also. I am trying to insert a picture into my database. Now that I have the invalid column name solved I have another error. The error is stating that I cannot insert a null into the column and …

Member Avatar for a496761
0
147
Member Avatar for painthu

hi, I am trying to create a web custom control- a grid view that inherits from the system.web.ui.webcontrols.gridview class,, the functionality that i am trying to add to this custom control is-sorting with up and down arrow keys on the header, i found a control on the net that does …

Member Avatar for a496761
0
79
Member Avatar for dennisdennis

Hi all, I have a masterpage and contentPlaceHolder in it. I used <asp:content .. in Default aspx. I have web user controls. By sending parameter to Default.aspx, can I call different web user controls in Default aspx. I try to that because of not making a page same with Default.aspx …

Member Avatar for a496761
0
349
Member Avatar for a496761

I am creating a user control in ASP.NET 2.0 that includes a DropDownList. Does anyone know how to get the collection of ListItems that are hard coded between the opening and closing tags of my custom control into the DropDownList inside my user control? I feel like I should know …

Member Avatar for a496761
0
121