13,153 Topics
| |
think I need your help...i've got a prob with datagrid in .NET I give u the picture of datagrid on how exactly i want it to be... the process is like this, user have to key-in the quantity at the left hand side textbox, then they have to choose either … | |
Hi, I am on my work placement where I have been given the job of developing the company's web based database. I am very confused as in university I have only learnt the basics and the company are expecting a lot more of me so I have been trying to … | |
Hi Guys, Not sure if anyone can help, but I really hope so. I've been asked to change a behaviour in a sharepoint site. Our main page contains 3 web-parts, each displaying a different document library. When a user clicks on a folder inside one of those web-parts, the contents … | |
So basically this is what I have. In the database, there is a table called LocalTalent. Inside this table there are Two Fields, one is the LTName, and the other is the LTID. Now when my client adds a new talent category, I want this to automatically affect the page … | |
Hello, I'm trying to get a WCF service configured to authenticate the client using X509 certificates. The service is hosted by IIS 6 and I'm getting an error that I didn't receive while testing and hosting in a console. In fact, this exact configuration works when not running is IIS. … | |
Hi all, (I apologise if this thread is out-of-topic) I need some ideas for my project. I have to develop a web application for some users to approve some documents. The problem I have is that I [U]can't[/U] give these people a login account (due to my project requirement). I … | |
How can I work server side without refreshing web pages.like client side. is it Possible? | |
Hi all, Im having some problem in my application .i want to take input of tasks and preceding activities. What I want to do is to draw circles for the given number of tasks and connect them according to their preceding activities.e.g, if user input 1,2 for preceding activity 3 … | |
On my web page, i have a photo album, i want to make a slideshow, i don't know how to do it. can you help me | |
Below is my code and I get the above mentioned error in vb.net. I am trying to pass blank in integer . Private ReadOnly Property GPLegalEntityId() As Integer Get If Request.QueryString("GPLegalEntityId") = "" Then Return "" Else Return Convert.ToInt32(Request.QueryString("GPLegalEntityId")) End If End Get End Property | |
i am using crystalreport 10 in asp.net 2.0. i need to develop an application where the end user can modify the the crystal designer at runtime. how can i do this..please help me niranjana | |
Hello There! I have recently converted from php to asp.net. I want to perform such task. In php we use the isset function of a variable like: if (isset($_GET['id'])) { $html = "bla bla bla"; echo "$html"; } I am wondering how can i perform i-e displaying html upon QueryString … | |
Hello every body... I'm a university student and have got a senior project by asp.net. Actually I'm looking for a help.One of the forms I have to insert photos into sqlserver but i don't know how to do it. Can it be done by gridview???? . . In addition, I … | |
Dear all, I get problem with this ASP.Net form. As you can see in the sources, I have Check Box (ChkAllCustomer), Combo Box (CmbDept) and Command Button (CmdLocateCustomer). And to avoid postback I use JavaScript event instead of Anthem.Net. Everytime user clicks ChkAllCustomer.Checked = true, CmdLocateCustomer enable property is set … | |
I am having a problem with my datalist and repeaters. Below is the code. For some reason, when it searches the database and returns results, it counts the correct number of results, but only displays the correct number minus one. So if it returns 3 results, it only displays 2, … | |
Big impact. Fast-paced, energetic environment. Smart and talented people. Yes, you can have it all. At Telligent Systems, you create social software and communities for some of the world’s most well-known brands, empowered by the scope and flexibility only a small and nimble company can offer. As a Software Development … | |
Hi. I have seen this example in many sites. One of the is facebook. You write your blogspot address and it leeches it and posts it in your notes section. I want to do that too!! It's just too cool. How can I do this? Please give me a blogspot.com … | |
hello Members, I have an ASP.NET website that uses an IFrame settings and I am using the response.redicret("...") to load a new page within the same IFrame. below is my code snippet. [code] Response.Redirect ("../TrackApp/history2Display.aspx?deviceUID=" + DevUID + "&fromDate=" + startDate + "&endDate=" + endDate); [/code] when the page redirects, … | |
Hello All, I have developed a web application that has one form with several text boxes and 2 buttons submit and next. On clicking the next button, the old values in the text box gets cleared and gives way to enter new values in the text box. In the "next" … | |
NEED HELP, please advice me where to start I want to learn ASP.NET as mush as possible online tutorial. and which one is better ASP.NET or PHP? Thank you | |
I remember reading something in the past aboout storing form values into strings, then the strings into a .txt document, but that was all about VB 6.0. Could someone give me some source, and even better, an explanation as to how I can make it so the user clicks 'Submit', … | |
We are currently looking for asp.net with dnn project experience; for interested party he/she must be willing to work on-site in our office in Singapore for 2 months (contractual basis) for our upcoming project. If interested please email me back with your resume and past dnn project related portfolio. -> … | |
Hi just a quick question regarding compatibility to other non MS OS. Is there a intermediate language compiler for other platforms such as Linux? | |
I have a Navigation Menu at the top of my site that when on some pages you click a link the refreshes the page it looses all images and add one extra link ASP.NET (VB) View it here (Click on the reset button to cause it) [URL]http://www.taylorsnet.co.uk/MembersArea/Join.aspx[/URL] Any Ideas | |
hi, I am going through this tutorial and i am stuck, here is my problem i can read the images from the db but it displays the same image(the first image inserted). here is the code: [CODE] <script runat="server"> Public Sub Page_Load(sender As Object, e As EventArgs) ' Create Instance … | |
hi, I have only done basic sql queries and need help on this major one trying to combine many queries into one. What I need is to make the following queries into one: [code]SELECT Username, LastLogin, DateCreated, Views, MainPic, Logged FROM Users WHERE UserID=? SELECT COUNT(AlbumID) FROM ProfileAlbums WHERE UserID=? … | |
Hi I have a .aspx page that contains some javascript so that when a user presses a checkbox another cell in the datagrid is filled with the current date . That works fine My probelm.... when I have the user press the update button (which does a post back that … | |
Dear all, I have rectangle that I split to 4 columns and put lines and I fill in each column with textbox ------------------------------------------------------------------------------------------------------------------------------ | Col1 | Col2 | Col3 | Col4 | ------------------------------------------------------------------------------------------------------------------------------- Example : Col1 => Currency Col2 => Amount Col3 => Value date Col4 => Due date sometimes, … | |
I'm not sure if I said that clearly enough, :). What I'm trying to do is, seeing as how I'm not able to do a Shopping Cart at the moment, I'm trying to make it so if you select Item33 or something by clicking the 'Order' button, when it redirects … | |
Hi, I have stored "DateTime" format in the database, but i need only "date" at the time of retrive. How to do this? Please help. Thanks in advance. Satees |
The End.