13,153 Topics

Member Avatar for
Member Avatar for HunainHafeez

check the image or chk Hot Jobs section in this link: http://www.bayrozgar.com/ i am working in asp.net and want to put exactly same thing whitin my website, and all text fields + images should b from database, sql i have all entries in database for advertisement section, but i want …

Member Avatar for HunainHafeez
0
94
Member Avatar for HunainHafeez

i stored few ads details in sql database & made connection between my asp.net website and sql database , now i want to update my page automatically with ads after every few days, mean if i have 50 ads details in my DB and i only show 10 ads per …

Member Avatar for HunainHafeez
0
116
Member Avatar for HunainHafeez

i want to do something exactly like this in ASP.net , i am working on online reqruitment website, developing it for customer so i want to put a part like one mentioned in below link http://www.bayrozgar.com/ and chk the attached image to check that i am talking about . ![Capture54](/attachments/small/3/Capture54.PNG …

Member Avatar for HunainHafeez
0
129
Member Avatar for jtok

Background: I am using Visual Studio 2005 Standard SP1 to create an ASP.NET website that accesses an SQL 2005 database. I am using vb.net as well. I am passing an ID in a query string from one page to the next, where I retrieve it using an SQLDataSource. The data …

Member Avatar for G_Waddell
0
2K
Member Avatar for nice_true

Hi! I work in NIC (National Informatics Centre). When I try to send email thorugh my asp.net code, I am not abe to do so, reason most probably being the ports being blocked by our ISP. To confirm, I fired telnet command for ports 25, 465 and 587, but in …

Member Avatar for G_Waddell
0
219
Member Avatar for prasenjit_das

Hi All.. This Code Write On aspx file .This Code set the value in hidden field..But This Code Does not Work Properly <html><head></head> <body> <script type= "text/javascript"> function showDialogue() { var a = Screen.Width; var b = Screen.hieght; document.getElementById('HiddenField1').value = a; document.getElementById('HiddenField2').value = b; } </script> <form id="form1" runat="server" > …

Member Avatar for G_Waddell
0
575
Member Avatar for Majestics

I have created a project in c#.net. At the time of implemenation it require framework and updations which become a headace, i want to remove this .net nature from my application. I mean to say i want to embed the dll libraries with the application so they become independent of …

Member Avatar for jinus
0
127
Member Avatar for jrosh

I want to draw a chart similar to area chart in asp.net. possible to use js / jquery. I tried out java script libraries that are available to draw charts, But those has no chart per my requirement. But I couln't find any pure code examples to draw a chart. …

Member Avatar for jrosh
0
160
Member Avatar for erwin78

Hello, I have created a web user control to enter a date in three textboxes: txtDay, txtMonth and txtYear. I have added a custom validator with server side code and client side javascript code. Both on the server and on the client the input will be validated to be a …

Member Avatar for Sai keerthi
0
216
Member Avatar for israruval007

Ok let say i have the following xml file <Users> <User> <Name>David</Name> <Attempts> <Place>Paris</Paris <Date>3/29/2012</Date> <Duration>50 seconds</Duration> <Distance>100</Distance> </Attempts> <Attempts> <Place>New York</Paris <Date>7/28/2012</Date> <Duration>30 seconds</Duration> <Distance>100</Distance> </Attempts> <Attempts> <Place>Paris</Paris <Date>8/19/2012</Date> <Duration>70 seconds</Duration> <Distance>60</Distance> </Attempts> <Attempts> <Place>New York</Paris <Date>9/29/2012</Date> <Duration>60 seconds</Duration> <Distance>200</Distance> </Attempts> </User> <User> <Name>Lenny</Name> <Attempts> <Place>Paris</Paris <Date>9/29/2012</Date> <Duration>51 seconds</Duration> …

Member Avatar for ChrisHunter
0
247
Member Avatar for sundog1

Hi guys, Needing some help here please. I have a 'Save button' setup on my form which seems to be working perfectly. It allows vales to be taken from text boxes and then presented on a datagrid view and also saved to the underlying databse. **The Code for this save …

Member Avatar for Mike Askew
0
340
Member Avatar for sanjeewa.abeywardana

What is the best and fun way to learn Web Service in .NET plaform ,that can apply to real production environment? Anybody knows good projects to refer under codeplex site.. Or may be somewhere else

Member Avatar for sanjeewa.abeywardana
0
240
Member Avatar for shyleshs

Please solve this problem i am new to asp.net programming using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; public partial class NewUser : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void TextBox4_TextChanged(object sender, EventArgs e) { } protected …

Member Avatar for HunainHafeez
0
1K
Member Avatar for krishanpal.singh.9615

I built a simple ASP.NET website which has a menu with all the page URLs linked to each menu item. when I click on a menu item the page URL appears in address bar like "http://mywebsite/xyz/webform1.aspx". I would like to hide this page url and instead show only URL of …

Member Avatar for JorgeM
0
167
Member Avatar for jd2369

i'm creating an application that will automatically launch a website and click a button on that website. div class="levelwrap level1" style="display: block;"> <ul> <li class="first"> <li> <li> <a id="ctl00_ContentPlaceHolder_TabStrip_Tab3" href="javascript:__doPostBack('ctl00$ContentPlaceHolder$TabStrip','ctl00$ContentPlaceHolder$TabStrip$Tab3')" style="z-index: 8;"> <span class="wrap"> <span class="innerWrap">Network</span> can anyone assist? I'm trying to click the button above. screens a screeshot of …

Member Avatar for geniusvishal
0
129
Member Avatar for jineesh

I am using LINQ in my project. I have tried using update query. But this is not working for me. Please any body help me. Did I need to change any settings of my database? or for the datacontext? My code is as follows: here dc is the datacontext, getinteger() …

0
84
Member Avatar for narsimhareddy
Member Avatar for TimCadieux
0
116
Member Avatar for nosajbiboy.talan
Member Avatar for TimCadieux
-1
96
Member Avatar for PatSharbaugh

Earlier today, I was very bored. I set out to see if I could write a program that would solve 24 problems (see [Wikipedia](http://en.wikipedia.org/wiki/24_Game)). Now, I was bored, mind you, and I thought, "Can I solve it in 1 line of code?" NOTE: I do not recomend this approach, it …

Member Avatar for nerdwerd
0
173
Member Avatar for maybach_hp

Hello, I am newb to c# and I am working on an example. The challenge is to dynamically set the text of the label using the textboxes' text. - There are 3 textboxes and a label. All are asp controls. - The text should be displayed in the label as …

Member Avatar for gopaltiwari2012
0
6K
Member Avatar for jamojo

Hello Everyone, I am encountering errors when browsing the web application. When a single user is login, all in all is fine, inserts and updates command execute fine as well as reading the data. When 2 or more users are log, the application displaying random error messages like the pagers, …

Member Avatar for pritaeas
0
118
Member Avatar for gs1344

Help please -I am still learning Visual Web Developer in VB.Net code Sorry to ask, there is probably an easy fix or I have this completely wrong. I have a DropDownList2 (CustName) and a TextBox16 (for CustID) I want the command to look at the SQL Table and fill the …

Member Avatar for JorgeM
0
160
Member Avatar for muhammad.waleed.9699

i have two table in db: table1: id(pk) int,firstname varchar(20),lastname varchar(20),username varchar(30),passwrod varchar(15) table2:fscmarks int,metricmarks int,id(fk) int stored procedure for table2: create proc academic ( @fscmarks int, @metricmarks int as begin declare @id int select @id=CURRENT_IDENT('table1'); insert into table2 values(@fscmarks,@metricmarks,@id); ) and behind login click is set session variable like …

Member Avatar for muhammad.waleed.9699
0
190
Member Avatar for npclforum

I want to select multiple files at a time and upload them by single click. Thanks & Regards, Sunil

Member Avatar for JorgeM
0
116
Member Avatar for adam321

Server Error in '/' Application. The connection name 'ConnectionString' was not found in the applications configuration or the connection string is empty. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated …

Member Avatar for JorgeM
0
245
Member Avatar for bo0ga

I have a gridview connected to a database and I added a checkbox next to each row. This is my code so far. <asp:TemplateField HeaderText="Assign" ShowHeader="True"> <ItemTemplate> <asp:CheckBox ID="assignCheck" runat="server" CausesValidation="false" CommandName="Assign"/> </ItemTemplate> </asp:TemplateField> Each row in my table holds a different user. My project is to assign a user …

Member Avatar for abhishekabhi
0
138
Member Avatar for vivekanandaan

I have a domain registered. I've uploaded my pages in httpdocs of my webspace. Other html pages are working fine, but my asp.net pages are not working properly. when i try to load those pages i am getting error as below : Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error …

Member Avatar for JorgeM
0
193
Member Avatar for TalhaSayed

I am making a page which allows the user to edit a specific row based on the querystring value. What is the best way to load data into the textboxes and to reflect the changes back to the database. **Example:** Request -> example.com/editpage.aspx?id=123 The page should display data from row …

Member Avatar for geniusvishal
0
88
Member Avatar for dhameergovind
Member Avatar for Levizer

Hi, I am using ASP.NET to make a website, for the first time and I am programming with C#. When using this code: var query = SQL.Query("SELECT * FROM campaign"); foreach(var key in query){ <p>@query["name"]</p> } I get this error: **CS1579: foreach statement cannot operate on variables of type 'object' …

Member Avatar for pritaeas
0
112

The End.