473,553 Members | 2,899 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

1
2,415
lightwalker19
thread by: lightwalker19 | last post Sep 1 '12 by: lightwalker19
Hello how can i ignore a ' char in a sql query? i want to put this into a table,"i can't work today." but it gives this error "Incorrect syntax near 't'. Unclosed quotation mark after the character string ')'." please help :( AppSettingsReader asr = new AppSettingsReader();
1
1,992
thread by: Bhavesh Savaliy | last post Aug 31 '12 by: Rabbit
If We Can Checked Changed Any radio button Then pass the message in a label. E.G:-If We can select first radio button is checked male then display massage in label "you are male". please reply Fast
0
1,726
thread by: iqbal ansari | last post Aug 31 '12 by: iqbal ansari
How to Get <Anthem:AutoSuggestBox ID="asbSearchHome"/> DataKeyField value in javascript
1
8,359
lightwalker19
thread by: lightwalker19 | last post Aug 30 '12 by: lightwalker19
Hello world! I've got a problem... im using a streamreader to read the text lines, but when i call the location of the text file it says:"Could not find a part of the path 'C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\10.0\~\IDS\Lang\1.txt'." But i have a hyperlink with the same relative path, and it works :/ What am i doing...
10
1,719
thread by: Omg83191 | last post Aug 30 '12 by: Rabbit
Hi, Anyone who knows how to validate if the email inputted by the new user is a real one.
0
1,890
thread by: WesleyN | last post Aug 30 '12 by: WesleyN
I've a webapplication with UserControls. When I click on a menu-item or a select-button in a grid, than I see that didn't react the first time. When I clicked for the second time then an event behind the button will fire. What do I wrong? I've given the components a unique ID and the events are in the cs-files. <asp:Menu...
1
8,967
thread by: siddu1281 | last post Aug 30 '12 by: siddu1281
hiii how to store the date of ajax calender extender from textbox to database(sql server 2005). how to pass the date inthe following statement ExecuteInsert(TextBox1.Text, TextBox2.Text, date); using System;
0
1,432
thread by: kamiii | last post Aug 21 '12 by: kamiii
I want to change the color of Empty data message in <EmptyDataTemplate> tag in the gridview when it is empty. It is black now.
21
21,568
thread by: thevinh92 | last post Aug 17 '12 by: Frinavale
Hi, i want to create a web page that allow to be upload. And my question is: without using the web browser I want to use something in System.Net such as HttpWebRequest or WebClient or some kind to programmatically upload a file along with sending the checkbox to that upload page. And i have just read this link:...
2
3,487
thread by: siddu1281 | last post Aug 17 '12 by: Frinavale
hello iam getting an error as follows ExecuteReader requires the command to have a transaction when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized. Description: An unhandled exception occurred during the execution of the current web request. Please...
1
2,086
thread by: sonujangid7 | last post Aug 17 '12 by: Frinavale
i want to add session time out after fill data in grid view in C# query how can do that my C# page coding is 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;
4
2,153
thread by: developerquery | last post Aug 17 '12 by: Frinavale
Daily I have to manually change the date on a index.aspx page,then upload it on FTP,what would be the C# code which changes the date automatically on a daily basis,I tried this script: <script language="JavaScript"> <!-- var days=new Array(8); days = "Sun"; days = "Mon"; days = "Tue"; days = "Wed";
5
9,242
thread by: Mudassir | last post Aug 16 '12 by: Frinavale
i want to call multiple javascript functions, but only one is being called at a time on the selected index change of drop down list. my C# code is as follows protected void ddlSelect_SelectedIndexChanged(object sender, EventArgs e) { string url = string.Empty; if (ddlSelect.SelectedValue != "0") {...
1
2,063
thread by: john rapp | last post Aug 13 '12 by: ariful alam
need help installing mobile redirect function on an aspx site --- can you help? i have a website -- rtlindy.org -- and i have created a mobile version of the site -- rtlindy.org/mobile -- i want to make it so when a mobile phone accesses the rtlindy.org site it redirects them to the mobile version of the site --- is easy to do usually but since...
0
1,480
thread by: viruskiller10 | last post Aug 8 '12 by: viruskiller10
I used to export sharepoint lists to excel at work, then in excel i could to refresh the data cuz excel was saving the conexion with the server, but now i have to create an asp.net app with visual basic code that can export data from a gridview or direct form a dataset to excel with a web query just like sharepoint does, but i dont realy know how...
6
5,606
thread by: viruskiller10 | last post Aug 8 '12 by: viruskiller10
im creating an asp.net page with visual basic laguage where i have a gridview, what i need to do is to export the data in that gridview as a web query that i can open with excel and be able to regresh the data form excel.
1
2,150
thread by: kkakadiya | last post Aug 8 '12 by: Frinavale
hi, I want to get group contact's email addresses from outlook in asp.net? is there any source code available then please share. thanks, k1986
3
2,669
thread by: kamiii | last post Aug 8 '12 by: Frinavale
please tell me how can I handle this error when I am using this code : <asp:ImageButton ID="btnDelete" runat="server" OnClick="btnDelete_Click" ImageUrl="~/Images/icon/deletebuttonoff.png" CausesValidation="False" OnClientClick= return confirm('are u sure ?') />
9
2,067
thread by: madankarmukta | last post Aug 7 '12 by: Frinavale
Hi All, This is the ASP.net 3.5 web application. Here is an objective we want to achieve. Objective - To log Last logon Time for the user. The logic requires accessing certain business layer components and some of the Data layer methods. User can get into an application from any page. To be more precise - an objective is to log the last...
1
1,875
thread by: waqar100 | last post Aug 4 '12 by: Rabbit
I have approx 80 rpt files ,the client want to convert them in to ssrs, is there any free tool?
0
9,368
thread by: Mudassir | last post Aug 3 '12 by: Mudassir
Hi guys, here i will explain how to fill the grid view without any database i.e. we will fill the grid view with the values of the text boxes and the drop down lists entered and selected by the user at run time, consider a simple scenario where user will enter the Reference, select the level of the reference e.g Low, Medium or High, enter the...
2
1,797
thread by: str4nge | last post Aug 2 '12 by: str4nge
Hey guys, I am trying to make a login page with a submit button and a fogot password button after it. The problem is i do not want my forgot password button to submit the form because the login fields would not pass my parameters set in the validators. Is there a way to make this forgot password button call a function without submiting? ...
2
6,045
thread by: Sanjeevs | last post Aug 2 '12 by: Frinavale
i want to populate dropdown on textbox using ajax dropdownextender
5
2,052
thread by: kirtisapra | last post Aug 2 '12 by: Frinavale
how to check existence of value in database to be inserted in text box before insertion in asp.net c# windows form application?
0
36,228
thread by: Mudassir | last post Aug 2 '12 by: Mudassir
Let us try to change the default pager style of the GridView.The default pager style is 1 2 3 4.. Let us make it First Previous Next Last. For that first of all write a simple css like <style type="text/css"> .cssPager td { background-color: #CCC;

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.