13,153 Topics

Member Avatar for
Member Avatar for alliswell

Dear Team, how to write the code for the save button i.e, save to database from modalpopupextender of ajax control

Member Avatar for M.Waqas Aslam
0
78
Member Avatar for M.Waqas Aslam

hello all ! I want to create a proxy site to allow users to surf anonymously. I am unable to understand the logic of it. Need some tips and basic information about it. Regards

Member Avatar for M.Waqas Aslam
0
116
Member Avatar for Bhavish

Hi, I am new to asp.net. Now i want to create a login page for the current website for the employees. And the below are the details. 1. I need to create a login page for my current website(that includes aspx pages and html pages). 2. Around 800 pages of …

Member Avatar for M.Waqas Aslam
0
154
Member Avatar for Luisito_1

Hi! I'm new in Visual Studio/C# and i'm currently working on a project. I come accross this link http://msdn.microsoft.com/en-us/library/bb671200(v=vs.90).aspx and i'm having difficulty figuring out how to use the namespace in my aspx page specifically the QueryRemoteComputer. Any help would be much appreciated! Best Regards!

Member Avatar for pritaeas
0
60
Member Avatar for muhammad.ibraheem_1

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; using System.Text.RegularExpressions; public partial class _Default : Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button_Click(object sender, EventArgs e) { string Filename = HttpContext.Current.Server.MapPath("~/textFile.txt"); if (!File.Exists(Filename)) { StreamWriter txtFile = …

Member Avatar for pritaeas
0
92
Member Avatar for aripaka

Hi, I am a novice in .Net. Can anyone please help me by clarifying the below doubts... :cool: How can we include a client side script like Javascript or VBscript in an ASP.Net page? Can we have multiple <script> blocks in ASP.Net page?

Member Avatar for Ravi_10
0
560
Member Avatar for muhammad.ibraheem_1

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; public partial class _Default : Page { protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) Textbox.Text = "Enter your Name here"; } protected void Button_Click(object sender, EventArgs e) { string Filename = "http://localhost:55688/TextFile.txt"; if …

Member Avatar for pritaeas
0
3K
Member Avatar for jaejoong

Hi, I would like to know what does this mean? I have this script loaded in page_load from my master page Page.ClientScript.RegisterStartupScript(Me.[GetType](), "onLoad", "DisplaySessionTimeout()", True) and a javascript data in my mastepage.aspx var sessionTimeout = "<%= Session.Timeout %>"; function DisplaySessionTimeout() { //assigning minutes left to session timeout to Label document.getElementById("<%= …

Member Avatar for JorgeM
0
183
Member Avatar for chen.fisher

Hi, I'm having a problem when my friendly url path contains ".aspx". When the path contains ".aspx" all usage of "~/" is resolved incorrectly. For example: When the friendly url is something like this: [url]http://www.example.com/a/b/c/d.aspx[/url] then the tilde "~" is resolved as "../../../" which is good. BUT, when the friendly …

Member Avatar for balajijadhav
0
673
Member Avatar for TJuly

I have 2 Pages (Listing and Entry) using Master Page. Firstly I am in Listing page. When click the 'New' button in Listing Page, I go to Entry page below. Server.Transfer("~/Job/JobCodeEntry.aspx"); In the entry page, I use User Control for Multi FileUpload. Whenever I upload, I got this err. Help …

0
82
Member Avatar for rohit b k

Hello everyone, I have to create a wpf application where i have to create 2 windows(one for toolbox and one for work area) similar to visual studio appearance, in toolbox window i will have controls like button,textblock etc, when i do drag and drop from toolbox to work area on …

Member Avatar for KushMishra
0
302
Member Avatar for Wael1988

hello i am trying to insert data to Data base using Stored Proc , while i replace my Connection string in the web.config file after i run my app , and inserting my data.. it says Keyword not supported: 'data base'.

Member Avatar for Wael1988
0
303
Member Avatar for dipanjandutt23
Member Avatar for dipanjandutt23
0
106
Member Avatar for subbudaita

Hi, I am designing a website in asp.net. In the master page buttons change their postion and overlap when rendered in a browser. Please help me out. Thank you in advance

Member Avatar for sushmaja.arumalla.9
0
211
Member Avatar for M.Waqas Aslam

Dear All ! I am facing very strange issue of my online application. There are two images are attached with this post: 1-Snap shoot of my PC 2-Snam shoot of client PC There is a asp tab control having menu. At client end its visibility is hidden i dont know …

Member Avatar for David_30
0
163
Member Avatar for Wael1988

hello all friends, guys please i need a small xcar stor project with smal data base containes some info about cars..and in site page.. that i can select all info about the car" using ADO" , no need for a form.. i just need the Dd and the code! please …

Member Avatar for Wael1988
0
111
Member Avatar for sushmaja.arumalla.9

I have a simple imagebutton in Visual Studio 2010 / c# / .NET framework 4.0: asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/mypic.jpg" Width="400px" IE10 / Windows 8 shows the picture in the original size (width 200 px) and ignores the specified width (400 px). All other browsers behave as expected, but IE 10 …

Member Avatar for M.Waqas Aslam
0
990
Member Avatar for newbie26

hi im populating a listbox control from DB.. i have 50 records displayed. is it possible to have two columns in listbox to divide the records, so it is not that long (other that have scroll) like the first 25 will be displayed in the first column and the other …

Member Avatar for nebyas
0
96
Member Avatar for tashee2007

Hi, I have a problem with changing the password from Microsoft Access Database. I get an Error "[B]No data exists for the row/column[/B]". The password in the database is encrypted and when I change the password it should be decrypting the password and new password should be updated with encryption …

Member Avatar for yesha hingu
0
291
Member Avatar for Yogesh_5

i have many fields in page like sno,regno,date,name,school name etc.like a registrationform. i have two button save and print. i want to print the current saved record when i press print button.my registration no is primarykey and auto increment.

Member Avatar for sushmaja.arumalla.9
0
249
Member Avatar for HunainHafeez

i'm newbie to DOTNET nuke framework, i tried to install it using this method: http://seablick.com/blog/71/a-newbies-guide-to-installing-dotnetnuke.aspx but getting error: ![cb2f9bf8c255723a8c97c12d246b8a65](/attachments/small/3/cb2f9bf8c255723a8c97c12d246b8a65.jpg "align-left")

Member Avatar for sunandan
0
162
Member Avatar for KushMishra

Hello All, I am populating my frame from different pages and showing the output as a grid. Following is my xaml code :- <Frame x:Name="mainFrame" Grid.Row="1" JournalOwnership="UsesParentJournal" /> and xaml.cs :- mainFrame.Source = New Uri("Views/ProductsPage.xaml", UriKind.Relative); But I want to change the selected/unselected (focused/non-focused) row colors in this frame and …

Member Avatar for KushMishra
1
277
Member Avatar for sanksk

I am working on MVC Areas where I am bundling all coffeescripts as different viewmodels and rendering them in my layout page and specific pages that require corresponding coffee scripts. There are two errors which I couldn't figure out the solution. 1) {"The controller for path '/bundles/underscore' was not found …

0
59
Member Avatar for aryan.sen03

Hello friend i am developing a new web portal in this portal one thing is also one user is visible online for another user which a user is add friend list but issu is that i have a worked on logout but what i will do when user close a …

Member Avatar for M.Waqas Aslam
0
223
Member Avatar for Hers2keep

I am using asp.net 4.0 and c#. I have a page at work that is used one time per year by one person to run several stored procedures on January 1st. In order to make it more interesting (since she has to work every New Year's Day) I try to …

Member Avatar for M.Waqas Aslam
0
778
Member Avatar for nacedo

Hi I would like to insert a record from a CSV file into 2 tables, but it's line by line instead of conventional CSV separated. I am using c# and MSSQL. My data is like this and its about 70 lines, they will be always in the same order : …

Member Avatar for M.Waqas Aslam
0
298
Member Avatar for syahirah_1

Hi, I have form which is have texbox,radiobutton and chechboxlist.I succesfully to insert the form but my problem is I can't updating my checkboxlist.I set checkboxlist to my db is integer means I get the value 0 or 1. here i give my sample code form. <tr> <td align="center" style="font-size: …

Member Avatar for sheikmd
0
217
Member Avatar for grarhakim

Hello gayz, i have a written a screen saver App in C# & WPF, everything is done, the only thing is to exit the screen saver when the mouse move event get fired. if i write: private void Window_MouseMove(object sender, MouseEventargs e) { this.Close(); } the screen saver doesn't starts …

Member Avatar for grarhakim
0
405
Member Avatar for nel gomez

Good day, Just want to ask some help, Please! I always encounter "Cannot find Table 0" when i call Stored Procedure in DB2 using VB .Net with Ole DBConnection Provider. Here is my code: Private Sub cmdPost_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPost.Click rsSearch = clsDAOMngr.getConfigParam(2) For …

Member Avatar for Begginnerdev
0
590
Member Avatar for dimaash

Hi everyone, I have the following problem: I have a web form which contains ajax accordion. Each accordion pane contains a usercontrol. Each usercontrol consists of several textboxes and 2 buttons. All the textboxes and 2 buttons (inside these usercontrols) are wrapped in the UpdatePanel. Following updatepanels is the UpdatePanelAnimationExtender …

Member Avatar for Mikal
0
552

The End.