13,153 Topics

Member Avatar for
Member Avatar for ismailc

Good , I need help. I have a blank aspx page where I want to add a drop down down from a sql database and get selection of dropdwon value. Coding in Notepad & not in Visual Studio I tried this example [url]http://www.webconcerns.co.uk/asp/combo/combo.asp[/url] that uses javscript but it connect to …

0
54
Member Avatar for levineduan

Hi guys, It seems that adding custom verbs to a custom web part is easy however things turn out to be much tougher when it comes to adding verbs to existing web parts. As the verb collection property goes by web part zone and it's read-only, it is very difficult …

Member Avatar for kvprajapati
0
63
Member Avatar for facadie

Hi there, I was wondering if we are comparing and retrieving data from database .mdb in web application, is it the same as how we appply to retreiving and comparing in c#? Was wondering if someone have sample code or can guide me along?? What I'm doing is a login …

Member Avatar for kvprajapati
0
68
Member Avatar for prince23

hi, I would need to create a website that has all the screens using Flash. The Flash screen would be having authentication system and get few data like Menu info, image info.................. Just wondering what is the way that Flash & .Net can talk. Application front end: Flash Platform: .Net …

Member Avatar for kvprajapati
0
198
Member Avatar for san_crazy

I am using following GridView control in WebForm [CODE] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" style="z-index: 1; left: 276px; top: 192px; position: absolute; height: 133px; width: 187px"> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <Columns> <asp:BoundField HeaderText="userid" /> <asp:BoundField HeaderText="password" /> <asp:BoundField HeaderText="usertype" /> <asp:BoundField /> </Columns> <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> …

Member Avatar for Ramesh S
0
352
Member Avatar for sakhi kul

Hi To All, I want to show popup calender control in my website. How to do that? Plz help

Member Avatar for sakhi kul
0
121
Member Avatar for arya sharma
Member Avatar for Ramesh S
-1
65
Member Avatar for omotoyosi

Please all, I am currently working on a web application which i must submit as soon as possible. I have a button and a text box. What i want is that if the textbox is empty, the button should be invisible. Immediately the user starts typing in the text the …

Member Avatar for Geekitygeek
0
118
Member Avatar for kumarkmmca

Hi, I 'm working as a software developer trainee in .NET in a software concern. i'm in my training period. My PL suggested me to be in strong in the basics and about all the things that i need to know to develop a web application in .NET. Now i'm …

Member Avatar for arya sharma
0
120
Member Avatar for Mongz

Hi Friends. I need to understand the application deployment in full. According to the implementation documentation there is deployment plan which includes resources required. So any one can just brief me what needs to be done during the application deployment, and what's needed.

0
78
Member Avatar for facadie

Hi i have 3 textboxes, TBDate, TBRangeFrom, TBRangeTo. I have use custom validation and insert code to validate date but i need to use two different button to validate data in same webform. For example TBDate to use btn1 to validate and then when click will link to other form …

Member Avatar for Ramesh S
0
266
Member Avatar for twilitegxa

I have the follow script, and I would like to know how I can assign the values from my select options list to my class so that when the user selects an option from the color and gender option lists, that the suggested name is output to the user. I …

0
63
Member Avatar for bmiles2001

Ok if I do a simple datareader and print each row in my test column (encrypted) I get the value as expected. What I am looking to do is simply take the returned value, pass it to the Decrypt function of the TripleDES class and print the decrypted value. I …

Member Avatar for bmiles2001
0
184
Member Avatar for Vampdee

I have a really stupid question: In my job, once in awhile I have to perform maintenence on a client's website. I work for a small business so I don't have much staff to rely on, hence my post. I also do a plethora of other activities that have nothing …

Member Avatar for vuyiswamb
0
145
Member Avatar for adam1991

Here is the code first off all for the login script (HTML) [CODE] <form id="form1" runat="server" method="post"> <asp:TextBox ID="txtUsername" runat="server"></asp:TextBox> <asp:TextBox ID="txtPassword" runat="server" style="width: 128px"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Login" />[/CODE] Here is the behind code to that page double click on the button and get this code (VB.NET) [CODE] Dim …

Member Avatar for I.Ahmad
0
115
Member Avatar for ritu verma

hey frnds tell me dat wat the diff b/w two controls.They are different controls or same. Plz explain me.

-1
63
Member Avatar for mania_comp

I am trying to send email using Asp.net using my account.... I want to send it on a gmail account say "abc@gmail.com" but it gives ERROR.. [COLOR="Red"]ErrorServer does not support secure connections.[/COLOR] the code is below: [code=c#]try { //Create Mail Message Object with content that you want to send with …

Member Avatar for Yaseen Hejazi
-1
130
Member Avatar for arunkumarg

Hi, i m a UG student looking to do a project on c#, it should help me in getting knowledge and also job.Pls sugest me what kind of project i need to do? and how to start?

0
44
Member Avatar for deepak12333

hi I am in deep trouble to loose my job please help me I am working on a website where a user comes and login when it enters a pop up screen appears where it is written continue or remind me later now i am unable to handle this functionality …

0
129
Member Avatar for gautamrekolan

Hi, On a page i have 4 different image holders. Every Week for 52 weeks i have images that need to be changed on every monday. So every monday the new set of images would appear and stay till the end of the week. When i click on each of …

0
56
Member Avatar for Ashumrcool

i dont have a code hi guys i want to check the username at registration time automatically when the user name txtbox lost focus after entering a username like happens in most sites dynamically.

Member Avatar for Ramesh S
-1
96
Member Avatar for prem.teamwork

Hi All, I'm new to ASP.NET, having knowledge of HTML, VB 6.0. I myself studying VB.NET 2008 & ASP.NET 3.5, though i'm interested. For practical implementation I'm seeking you experts help. Please help me to develop a simple web application. 1. [B]'Student Login form' [/B]has to accept user name & …

Member Avatar for Ramesh S
0
186
Member Avatar for san_crazy

I am designing a website in ASP.Net and want to use captcha in my website. I believe it is used for security, will I need to create an additional column in database table to store string in capcha image? if the purpose is security, then how should I deal with …

Member Avatar for vsa000
0
104
Member Avatar for bbxrider

my page is form, that creates 2 files when processing the submitted info, the files are closed and their objects are set to nothing and the very last of the process is a page redirect. however at that point, for instance i cannot delete the files, because they are still …

Member Avatar for kvprajapati
0
75
Member Avatar for amey.rane86

When I export a page to MS Word, Word cuts off some of my data on the due to a problem with the margins. I've checked the margins under "page setup" in Access as well as in Word, but for whatever reason, Word won't use the new margin settings. As …

Member Avatar for amey.rane86
0
815
Member Avatar for Alexpap

Greetings members, i would like you to help me with a problem that i have. I have a gridview and in each row of the gridview there is a nested gridview. What i want i to insert paging functionality, to the nested Gridview control. Thanks in advance, Alexander

Member Avatar for carobee
0
884
Member Avatar for anetbegin

Hi, I developed a webpage in which the first page contains a textbox in which if we enter a customer name and click button get details it should display all the details from database. in another page i have written code to insert values into database. the values are getting …

Member Avatar for DdoubleD
0
60
Member Avatar for bmiles2001

I have a GridView posting what is in my database and I have the DeleteCommand working as I want it, however, the Update Command is not updating. The if statement in mySQLDataSource "says" it's updating, but that is not the case. I have also tried adding in DeleteMessages.DataBind() thinking that …

Member Avatar for bmiles2001
0
550
Member Avatar for nandkishorenair

Hi all, I have an IIS problem. I have both VS .Net & VS 6 on my machine. Due to the "snap-in not initialized error" , I had to re-install IIS. But now, my .Net applications are not running... Is it necessary that I have to re-install my .Net framework?

Member Avatar for jaga85.ram
0
118
Member Avatar for GM123

Hi, I want to find my computer by giving the my fixed ip address over the internet. I tried but most of the solution find the client's ip address but i am not working like that. Can any one help me in this matter. Thank YOu. GM.

Member Avatar for bulawa2002
0
73
Member Avatar for naif_prof

hi PLZ .. Im searching for an online exam applicatoin (MCQ exam ) using ASP.NET (C#) and this application read Questions randomly from a list of questions Stored in database like MSSQL2000 PLZ any one can help me to find this application because I Know this type of application available …

Member Avatar for piknik
-3
818
Member Avatar for jagz

how do i male a gridview which has three fixed rows with some data in it. these rows are not got from the database but are made manually. Now when i click the add button in the footer a new row is created with a textbox and values entered here …

Member Avatar for kvprajapati
0
97
Member Avatar for EddieC

Urbancode today unveiled AnthillPro 3.7, the latest version of its build and deployment automation tool that piles seven popular source code analysis tools onto its [url=http://www.anthillpro.com/html/products/anthillpro/tool-integrations.html]list of third-party integrations[/URL]. There's also support for the GIT repository and DB2 and PostgreSQL databases, the company said today in a statement. Anthill Pro …

0
334
Member Avatar for pee2002

Hi there! I was force to change my old menus (Manual input in Master Page) to Sitemap Menus using Menu control with Sitemap DataSource. I have this: [URL="http://img12.imageshack.us/img12/8975/beforejg.jpg"]http://img12.imageshack.us/img12/8975/beforejg.jpg[/URL] Made by this code: [CODE] <ul class="sidemenu"> <asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" StaticDisplayLevels="2" Font-Size="Smaller" ItemWrap="False"></asp:Menu> <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" /> </ul>[/CODE] and want this: …

0
74
Member Avatar for cavpollo

Hi there, I got a master page and I need a panel to stay at the bottom of the web page. This is my panel: [CODE]<center><asp:Panel ID="uxButtonsPanel" runat="server" BackColor="Transparent" Height="10px" Width="650px" BorderColor="#C00000" BorderStyle="Groove" BorderWidth="6px" HorizontalAlign="Center" Direction="LeftToRight"></asp:Panel></center>[/CODE] I've looked in many places on the internet and many mention the use of …

Member Avatar for cavpollo
0
1K
Member Avatar for Se7Olutionyg

[CODE]using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; namespace WebApplication5 { public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { SqlConnection conn = new SqlConnection( " Server =localhost\\SqlExpress; Database= …

Member Avatar for plazmo
0
108
Member Avatar for raju.manick

Hello everyone. I am currently building a website for a travel agency in Asp.net and currently stuck at integration of a GDS in the website.. The client has chosen to integrate Amadeus in the website . Does anyone know about Amadeus. How can i Integration Amadeus API with my Website?

0
50
Member Avatar for vytla

hi i am trying to clear session varibles its working fine but the problem is when i click back button in browser it is redireding to previous page here i want to do redirect to specied page pls helep me its urgent thanks in advance

Member Avatar for raju.manick
0
104
Member Avatar for Se7Olutionyg

[CODE]namespace WebApplication4 { public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void btnAdd_Click(object sender, EventArgs e) { if (upImage.HasFile) { if (CheckFileType(upImage.FileName)) { string fielPath = " !/UploadImages/" + upImage.FileName; upImage.SaveAs(MapPath(filePath)); } } } bool CheckFileType(string fileName) { string ext = Path.GetExtension …

Member Avatar for mail2saion
0
122
Member Avatar for Mill_22

Hi all, The following link [url]http://www.codeproject.com/KB/webforms/disableListItems.aspx[/url] disables items 1 and 2 from the checkboxlist if the user selects checkbox item 3. Can someone PLEASE tell me how i could change the code in this link to work for ListBox. So if I had 5 items in the lisr box (below) …

Member Avatar for Ramesh S
0
880
Member Avatar for umairraja52

If i have a website in ASP code and working very well but i want to convert ASP code to ASP.net(C#) then how it is possible to do this, which software can perform easily to do this.

Member Avatar for vuyiswamb
0
183
Member Avatar for DdoubleD

Quite a few people have been asking how they can get their applications to talk to each other. More specifically, they have been wanting to know how to access information from another running application using .NET Remoting. Not having done this before, I decided to take up the challenge and …

Member Avatar for ddanbe
2
1K
Member Avatar for vytla

hi i am trying to change the color of selected date i used the following code but it is not working [code] <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="Black" OnDayRender="Calendar1_DayRender" Width="300px" DayNameFormat="Shortest" Font-Names="Times New Roman" Font-Size="10pt" ForeColor="Black" Height="220px" NextPrevFormat="FullMonth" TitleFormat="Month"> <SelectorStyle BackColor="#CCCCCC" Font-Bold="True" Font-Names="Verdana" Font-Size="8pt" ForeColor="#333333" Width="1%" /> <TodayDayStyle BackColor="#CCCC99" /> <OtherMonthDayStyle …

Member Avatar for Ramesh S
0
104
Member Avatar for phulchand

hello, I have asp.net application.In that application i got SMS code for sending sms from my company.The code is in VB.net. I just want to call the sendsms() method which in Vb.net page.. How should i call dis method...???

Member Avatar for Ramesh S
0
31
Member Avatar for Mongz

Hi guys I'm using asp membership for user authentication and it works perfect. I want to store username into cookies once the user logs in, i tried to implement cookies behind the login control so that when the user logs in the username can be stored into cookies. Once i …

Member Avatar for Ramesh S
0
62
Member Avatar for vytla

hi friend i am using asp calendar control in that i want to change the color of date on click

Member Avatar for Ramesh S
0
58
Member Avatar for twilitegxa

I have the following pages, but on the verify page, it is saying these are not defined: [icode] content = "Name: " + result.FName + "<br>" + "E-mail: " + result.EmailOption + "<br>" + "Gender: " + result.GenderOption [/icode]<br> Here are the pages: addentry.aspx: [code=vb] <%@ Page Language="VB" ClassName="SenderClass" debug="true" …

Member Avatar for Ramesh S
0
269
Member Avatar for LoveLulu

I am currently running on a ASP.NET v2.5, and I am having a terrible time converting this ASP to .NET compatibility... Any assistance would be greatly appreciated!! [CODE]<% Dim scr, loc If Request.Querystring("Check") = "" Then scr = Request.ServerVariables("SCRIPT_NAME") loc = instrRev(scr,"/") scr = mid(scr, loc+1, len(scr) - loc) response.cookies("enabled").value="1" …

Member Avatar for webmaven
0
61
Member Avatar for sandeep_1987

I want to add one row by default that contains textboxes & checkbox. How to add it. See pic As Attachmnet.

Member Avatar for vuyiswamb
0
124
Member Avatar for Derice

I have created an asp.net web project and deployed it in my pc with the virtual directory set to websetup1. How should i access my website? When i type my ip add in the browser, it will display my router configuration page instead. Should i include virtual directory in my …

Member Avatar for vuyiswamb
0
203

The End.