5,691 Topics

Member Avatar for
Member Avatar for Adriatik_G

Hello I'm a newbie in SQL I have one pos system on my bar that work with ms sql server 2005 express On sql has one table with some settings.One from this settings can enable the software an html5 interface and the waiters can take orders via tablet or smartphone. …

0
251
Member Avatar for Leo_8

My requirement is as simple as the title. I want to create new webform on button click event. When user click the button It will create a new webform with masterpage and c# code file. Yeah it should create a new webform unlike open a new webform.

Member Avatar for Leo_8
0
283
Member Avatar for Umar_8

i need your help please i need to create a loop for thread that does the following 1.thread for each number in the list box 2.Each thread calculates the Fibonacci number of the item that it is assigned to When the thread finds the Fibonacci number, it automatically adds it …

0
89
Member Avatar for bankerrajendra

Hi all!!!, Happy Friendship day So, please provide me help in the codding of Simple Login Page using asp.net(c#) with stored procedure. Thanx, With regds, Rajendra Banker

Member Avatar for Genc_1
0
3K
Member Avatar for gazbg84

Hi, I am having a Timer control like this: [CODE]asp:Timer ID="Timer1" runat="server" Enabled="False" Interval="1000" OnTick="Timer1_Tick"> </asp:Timer>[/CODE] In an UppdatePanel with AJAX enabled. So everything works fine to the point where on each refresh of the panel a JS is inserted in the header: [CODE]<script type="text/javascript">Sys.Application.add_init(function() { $create(Sys.UI._Timer, {"enabled":true,"interval":1000,"uniqueID":"Timer1"}, null, null, …

Member Avatar for joshhan
0
560
Member Avatar for Maideen

Hi Sir I have a problem in passing value from Popop to main page I am using Master page and aspx page From main page, i can open popup windows and populate data in gridview. I am selecting date and capture the valeu in TextBox. When I click the button …

0
228
Member Avatar for priyanka85

I have an input field which is showing vulnerable in security scan using XSS attack as: STYLE="xss:e/**/xpression(try{a=firstTime}catch(e){firstTime=1;alert(969)});" Could you please suggest how can we prevent from vulnerability like this ? Field: <input id="{ControlItemUniqueID}Data" style="width:150px" name="{ControlItemUniqueName}" type="hidden" {MaxLength}{IsEnabled} {IsReadOnly} class="datatext {CssClass}" value="{Data}" onkeypress="sanitizeEmployeeDateData()" onmouseover="sanitizeEmployeeDateData()" onblur="sanitizeEmployeeDateData()> <script> function sanitizeEmployeeDateData() { var EmployeeDate …

0
169
Member Avatar for ryan311

public IList<Labour> Labours { get; set; } public class Labour { public string WorkDates { get; set; } public string WorkHour { get; set; } } I have this code above on my class. How can i add this to my Create View Razor? can anyone tell me please. Also …

Member Avatar for Sebastián
0
907
Member Avatar for Hameed_2

Hi. How can i populate asp:treeview only child populate with database query like "select databasename from databse where user_id="45" " and show these database in child treeview.Here is image [image]( tinypic.com/view.php?pic=15cyaew&s=9) I want "Database" remain same and blow child "Database Name",,only 1st 3 records replace with "Database Name" shown just,Kindly …

0
145
Member Avatar for prpasim1

I have a search button that displays results into a gridview from the database. In my database I have a "Link" colum that has different links to other pages in my project. For example onetime.aspx, template.aspx etc. What I want to do is: When the user searches and the results …

0
123
Member Avatar for Herbert_1

how can i generate and download database report using itextsharp Public Class GenerateCMR Public Function Generate(CMRGUID As String) As Panel Dim panel1 As New Panel Dim cmrb As New CMR cmrb = cmrb.GetCMR(CMRGUID.ToString) Dim dvtitle As New HtmlGenericControl("div") dvtitle.InnerHtml = "<h1>Compliance Monitoring Report (CMR)</h1><div style='text-align:center; font-size:20pt; font-weight:bold;'><u>" + cmrb.ProponentName.ToString.ToUpper + …

Member Avatar for rproffitt
0
244
Member Avatar for manisha_5

Im doing a appointment booking site for a project And Im trying to disable radio button(s) if the sql statement returns true. Example: User selects a date from asp calendar and a timeslot is in the form of radio button I wanted that the count of radiobutton selection should be …

Member Avatar for rproffitt
0
300
Member Avatar for ottokunor

hi guys. i badly need help with a project am new to asp.net and i have to develope a website using visual studio express for web. i have no idea where to start from after installing the IDE. i need some advice and recommendation.. please help. thank you.

Member Avatar for AleMonteiro
0
300
Member Avatar for omotoyosi

Good day all, Please, I have an asp.net page and i have a java applet which i want to embed in the asp.net page. I have added all necessary files and codes as tought. but The webpage is only showing blank applet page. Please, what's the way out.

Member Avatar for AleMonteiro
0
258
Member Avatar for Iam_1

Hi everyone thanks for your patience as I try to explain what I"m dealing with here. I"ve been following this series of video tutorials on youtube on making a dynamic website. I believe the tutorials were based on linux cause soon as I hit the one on url renames the …

Member Avatar for Iam_1
0
530
Member Avatar for NightOwl93

I need some help in getting the table headers to sort the data populated to a table in MVC. I have implemented search functionality in which the user can filter whatever results by typing a name, but I need to also get the table headers to sort the information as …

0
393
Member Avatar for Iamateur

I am going through .net book. I happen to read that once we are storing the web form in asp.net ,it automatically shows local host path in save directory. But in my computer I don't see local host path. It shows the usual vb.net installed folder in C directory and …

Member Avatar for hericles
0
347
Member Avatar for iamchamith

There is a null reference exception occurred in MVC 4 application as below [click here to view exception](http://i.stack.imgur.com/ypBet.png) but values are came to the variable. there for no point to happen null reference exception. why is that. good luck :)

Member Avatar for hericles
0
148
Member Avatar for Maideen

Hi I developed the asp.net project for trading. Working Fine But We facing Printing Delivery Order/ Report. Currently very curcial issue is print statement. Now we select Account Number of customer and generate Delivery Order and export into PDF then we print this. Our client has about 500 customer. It …

0
99
Member Avatar for amin.aliahmed.9
Member Avatar for ritesh0104

I have a page on which a full page report is generated inside HTML table. What are the options/tips available in order to share, print, email or 'download as PDF' this report using javascript or serverside classic ASP ??

Member Avatar for sdfsdsf
0
232
Member Avatar for anujtripathi

[B][U]Following I am mentioning step-by-step procedure to create database connection to the asp.net website textboxes via C#.[/U][/B] 1: Open visual studio 2005 and from FILE select NEW-> WebSite, then from pop-menu select asp.net website (Note: Language must be C#) , then press OK. 2: Now create three textboxes from the …

Member Avatar for gouri kundu
-1
2K
Member Avatar for Ibrahim_9
Member Avatar for mitesh.24jain

Hello I have search creating the** PDF417 barcode** in** ASP.NET WEB APPLICATION** through c# code and found the **SharpPDF417 in NUGET and this works well for windows application**. But I want to create such barcode in **WebApplication**. Tried through **sharPDF417** and just failed in that so I had again search …

Member Avatar for Amjyot
0
716
Member Avatar for carrzkiss

Hello All; I usually do everything in SQL Server these days, however, I have an site that is just so small, that it is going to be using an Access database. This is the code that I am using to generate the Google Sitemap with, however, there is code here …

0
142
Member Avatar for zachattack05

Good afternoon everyone! I'm running into a small snag and it could just be because it's late and I'm not thinking clearly. I have an ASP Panel that is an alert box. The panel's initial visible property is set to false and should only be set to true when specific …

Member Avatar for zachattack05
0
451
Member Avatar for francopeapea

I'm trying to finish a work for a course and i have a problem for the last few days, with 2 model view controller. n°1: I have 3 tables one of them its 'Apartments' that has a FK with 'Cities.Id' and 'Cities' has a FK with 'States.Id', I want to …

Member Avatar for pritaeas
0
230
Member Avatar for sheelap

i have a problem with ASP.NET. IN Asp.net i designed a code such that all controls i generate in a dynamic manner line in page_load event i generate one Button also attaching click event with this when it clicks two more buttons are created dynamically.also i attached click event with …

Member Avatar for sheelap
0
356
Member Avatar for kavithakesav

Hi All, I have a one web form where PF details will be filled in that i want PF nominee amount distributed using %. If they filled nominee details in the form the amount distributing in percentage. I need this in asp.net. Example: suppose they have 3 people for nominee …

0
85
Member Avatar for Deep_4

So, I've some free time in December and want to make a web-app that lets people login, put books they've read, review the books they've read etc. But, I'm not sure how and where to start? What Languages/Frameworks to use? Any help would be appreciated. Thanks!

Member Avatar for diafol
0
331
Member Avatar for Sagar_7

Can anyone please let me know how can I get the difference between two dates? Is there any function in c#? I've one more question can I check for value of the textbox like if value should be atleast 500 or more?? I want to use custom validators in c#.

Member Avatar for pritaeas
0
188
Member Avatar for pritaeas

I have a MultiView in a part of a WebForms page (within a RadPane which is a Telerik component). It contains two Views, an overview and a detail view. When switching between them, the scrollbar position is kept, but I would like to force it to the top. All options …

Member Avatar for pritaeas
0
356
Member Avatar for perez-martin

I use a Shield UI Chart for displaying some forex data. I do need to gradually add data to the chart in other dynamically add points. However according to the documentation, there isn’t the possibility for dynamically adding of points, at least I can’t see such method, something like: AddPoint …

Member Avatar for baker-thomas
0
254
Member Avatar for dtpp

Im coding webapp where user has ability to enter web-addr and script will enter desired webpage. When coding in WinForms, OK no problem Problem starts with ASPX/asp.net. Google showed some stupid webtutorial made by so called dev +/-10 yo. (based on voice). Complete crap. Whats an equivalent of WebBrowser in …

Member Avatar for pritaeas
0
318
Member Avatar for czar

Hi all I'm new to s/w development as well as .NET .Plz provide me with guidelines for my project.The salient features are: 1.) It's an online live MCQ exam project using ASP.NET with sql connectivity. 2.) we want it to be able to test 50-60 students simultaneously providing on the …

Member Avatar for happygeek
0
220
Member Avatar for eman ibrahim

Am looking for case study or example of e commerce website developing by asp.net and what the strengths and weakness on it

0
120
Member Avatar for bharathi_n_r

Hi there,i have joined newly to this site....I am a learner as off now.i am developing a [COLOR="Green"][B]windows application [/B][/COLOR]using c#.net.. I have two types of users [COLOR="Red"]Admin[/COLOR] and [COLOR="Red"]Normal [/COLOR]users. I am having one login screen.i want the application to identify the two types of users when they enter …

Member Avatar for Shashikantp004
0
1K
Member Avatar for anupamverma
Member Avatar for strRusty_gal

Hi, thanks for viewing this thread. How to call MVC controller action method from ASP.NET webform and pass few parameter to the MVC? I have found this solution: http://www.codeproject.com/Articles/37539/Redirect-and-POST-in-ASP-NET and would like to know whether is there any other ways to do it. Just like to explore other solutions.

Member Avatar for pritaeas
0
369
Member Avatar for 2014learner

How can a table be updated in HTML with Dreamweaver using ASP on a dropdown functionality? I can only have the table bring in a table with the pageID of 1 and will not change when dropdown changes. How do I start the programming of getting every record with a …

0
160
Member Avatar for SeekAnswers

Hi, I'm a web developer for a small company, I had programmed using ASP about six years ago, thus my skills are very rusty at the moment...recently, my boss had asked me to export the database information from the ASP pages to an Microsoft Excel file, allowing the users to …

Member Avatar for tughralkhan
0
11K
Member Avatar for Victor_10

please how do i insert and retrieve image from sql db in asp.net mvc app and before inserting the image, the user can resize the image before inserting it.

0
104
Member Avatar for erdomen

![Adsız.png](/attachments/large/4/9b08a3d91dacf2acb5d1a6fbd51a5487.png "align-center") if this question has mistakes sorry, my english not very good :) :)

Member Avatar for pritaeas
0
115
Member Avatar for Slade

How would I go about creating a forum system in ASP .NET similar to that of this site? Did you create this forum system Dani? Any tips for me? Thanks, help is greatly appreciated. Slade.

Member Avatar for Ram_12
0
2K
Member Avatar for Khaldoun Latif

hello everyone, i have a little problem in ASP with my friend's master project, there is a database which saved images paths in it; when she want to preview an image in an image control the path is readed correctly (she previewed the path in a textbox to check) but …

Member Avatar for zinist
0
177
Member Avatar for mgt
Member Avatar for almostbob
0
296
Member Avatar for Drempan

My ASP.NET site coded in C# is running fine on my local system but when I uploaded the files on the httpdocs folder through plesk/ I have a shared accounts at http://hostforlife.eu and I got the following error: Server Error in '/' Application. ________________________________________ Compilation Error Description: An error occurred …

Member Avatar for Robert_10
0
724
Member Avatar for mani508

hello i want to get tweets from twitter in asp.net. how can i use streaming API in asp.net. please send me source code of sample streaming API of twitter with asp.net using c#. i am using asp.net webform microsoft visual studio 2008. Thanks in advance.

0
97
Member Avatar for Mihailo_1

I have 1 gridview with big table...colums:k,mi,ib and 3 textbox...texbox1 is first column,textbox2 is second and textbox3 is third! I want when i type some number in textbox1(That number is K),i want to textbox2 and textbox3 give me value of mi and ib in same row as k...but i got …

Member Avatar for Mihailo_1
0
261
Member Avatar for karsnaritz

Hallo, My site host at [asphostportal.com](http://www.asphostportal.com). I added captcha and also added Refresh button but after refresh click than whole page are refresh so i want stop whole page not refresh in MVC4 Razor control. Any body can help me..

0
62

The End.