13,153 Topics

Member Avatar for
Member Avatar for vivek4020

Hi, I am trying to get data from GetListItems in chunks of 100 so that processing them can be easier. i can specify the row limit like this. <rowLimit>100</rowLimit> But how do i get the next 100 items? Is there any way to skip over the first 100 items? Vivek

0
138
Member Avatar for mrabrar09

Hello friends I'm working asp.net application on windows server 2003.I have upgrade the application from .net 1.1 to .net 2.0 first I'm getting few warnings and every thing is working fine but last few days site getting crash due to the exception mention below.I'm not good at server related things …

Member Avatar for mrabrar09
0
581
Member Avatar for mt1

Hi all, I've recently started developing a WPF application with Kinect, and I'm looking for a menu system. I came across this: [url]http://www.codeproject.com/Articles/197132/Simple-WPF-Page-Transitions[/url] Which I have edited slightly but it's not quite what I want. The problem is that if I have a button on UserControl1 which when pressed triggers …

Member Avatar for lxXTaCoXxl
0
136
Member Avatar for rbrewer_phca

I'm using VB.NET and ASP.NET in VS2005 to create a web application that has some very similar code in five different webpages. This code enables/disables various controls depending on the actions allowed in the current page. I would like to consolidate this code into a subroutine in a class.vb file …

Member Avatar for rbrewer_phca
0
149
Member Avatar for Rinacom

I Build an ASP.NET project with PL,BL,DAl, BE of Entity Data Model(=.edmx) which I generated from a service Based DB (= .mdf) which is located in my DAL project. I did copied the connectionString from the BE app.config to the PL web.config what's wrong? why I get this error: System.Data.SqlClient.SqlException: …

0
105
Member Avatar for Sravanthi Ch

Hi, I have a ListView control in WPF. I need to resize the columns of listview according to window size. Can you please let me know how to approach this. Thanks in advance for help. Regards, Sravanthi Chepooru

0
63
Member Avatar for nilibht

Hi. I am developing a website in visual studio 2010 ultimate edition. I selected dot net framework 3.5 when I started this new website. Now I want to change this existing website into framework 4. I can not find "project" menu or "project designer" or "applications" tab in properties. Please …

Member Avatar for cocoll
0
134
Member Avatar for imsinu

can we pass condition of if statement as an argument in any language????????? [CODE]class Matrix { static void loop(char a,char b,char c) { int a[][]=new int[3][3] ; byte i,j ; for(i=0;i<3;i++) { for(j=0;j<3;j++) { if(a b c) System.out.print(a[i][j]+"\t"); else System.out.print(" "+"\t"); } } public static void main(String ar[]) { loop('i','>','j'); …

Member Avatar for JamesCherrill
0
4K
Member Avatar for babafemi

[code=asp.net] Hello! i have two datalist controls, datalist1 which is the parent control and datalist2 which is the child control. They are both retrieving data from two related tables(primary/foreign). I want both datalists to respond to one edit, cancel, update and delete button, which are on the parent/outer datalist control. …

0
68
Member Avatar for chunguy

hihi, i'm new to apache. was just wondering whether it is possible to run asp or asp.net on apache. if so, is there any sites i can gather further information. if not, does this mean only IIS can process asp and asp.net?

Member Avatar for Ali_Akhtar
0
396
Member Avatar for lasalle

I'm trying to automate browser at google website, [URL="http://www.google.com/finance/option_chain?q=nflx"]http://www.google.com/finance/option_chain?q=nflx[/URL]. There are several expiration dates in the drop down list. If you choose one, the option table below is updated accordingly. The website script is listed below. [CODE]<div id="expirations" class="id-expirations float sfe-break-left"> <select> <option value="0">Jan 21, 2012</option> <option value="1">Jan 27, 2012</option> …

Member Avatar for ashishgh
0
336
Member Avatar for mmazeemahmad

Hi all, i have a scenario in which there are two subscribed users (to database) in my web app.......now if one of it wants to send a message (just like mail but not sms) to another without using any email account...... but with the help of that website and some …

Member Avatar for hericles
0
317
Member Avatar for ddanbe
Member Avatar for ddanbe
0
1K
Member Avatar for virusisfound

how to create a discussion pages. like a blog and how to post comments on that or a small chat room. I am new in asp.net so any one can provide me some code or link where i can learn this. I want this for learning purpose so please help …

Member Avatar for virusisfound
0
125
Member Avatar for jrosh

I am using IIS 7.5 and ASP MVC3 . I have used a third party forum in my site (with username passwords). when user tries to access the forum for the 1st time it gives 302 error and shows the redirect link without redirecting to the forum. After the first …

Member Avatar for geniusvishal
0
193
Member Avatar for jobojo

Using VWD Express 2008, GoDaddy Hosting, SQL Server, ASP.Net VB I am very new to ASP.Net and have been working on a site and at one point, everything worked properly on local server. However, I have uploaded the site to GoDaddy hosting and the log-in function of the site does …

Member Avatar for hericles
0
278
Member Avatar for geniusvishal

Guys I am stuck with including Edit in my Grid View.. The Specifications of my problem are as follows:

Member Avatar for geniusvishal
0
108
Member Avatar for geniusvishal

how can i write a code for deleting a row using gridview [CODE] # protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e) # { # GridViewRow row = GridView1.Rows[e.RowIndex]; # # objCust.CustId = Convert.ToInt32(objCust.findCustId().Tables[0].Rows[0][0].ToString()); # # objCust.DeleteNewUser(); # # if (objCust.DeleteNewUser() == 1) # { # bindGvEdit(); # } # } [/CODE] …

Member Avatar for geniusvishal
0
142
Member Avatar for goltu

[CODE]<asp:TextBox ID="TextBox3" runat="server" ReadOnly="True" ></asp:TextBox> <asp:CalendarExtender ID="CalendarExtender2" TargetControlID="TextBox3" runat="server"> [/CODE] I have use text box and calender

Member Avatar for bhartman21
0
115
Member Avatar for infinitizon

Hi everyone, I have an interesting situation at hand. I already succeeded in uploading files (.doc, .docx, etc) to both the database and a folder on the server. I can also download the files to client systems successfully without any issue. However, my manager wants people to be able to …

Member Avatar for sufyan2011
0
418
Member Avatar for Sarama2030

Hi guys I have lots of external resources on my site i.e styles(css),scripts(javascript) and images.How can i ensure that they are downloaded fast when the page is requested for immediate usage on page provided there's a normal internet connection.The external styles i have are downloading too slow and the javascript …

Member Avatar for hericles
0
75
Member Avatar for nickg21

Hey everyone, I'm going to do my best to explain this easily, even though the code might not be the easiest to follow. I have an "Edit" form made out of a TabContainer and TabPanels that I am populating with results from a few different datasets, after a user clicks …

0
64
Member Avatar for lawphotog

Hi All, Hope u guys are doing well. I am a beginner developer working on my first project at my first job. I am developing a reporting system which includes searching report and filtering them depending on some criterias. I currently have 8 categories returned by a Stored Procedure develped …

Member Avatar for sufyan2011
0
403
Member Avatar for wiplolm525

I am using Visual Studio 2010 for ASP.Net web development. I am newbie in web development and using VS. I am making a website which requires storing user information in database. Here are the steps I followed for connecting 1. Open Server Explorer 2. Add new connection (I am using …

Member Avatar for liamsacc
0
122
Member Avatar for mirzamujib

Hi, I have one navigationmenu on my masterpage. Whenever a user logins, the navigationmenu should display the menuitems as per the users permission. eg: i have three navigationmenu items i.e. menuitem1, menuitem2, menuitem3. a normal user has access only to two menuitems i.e. menuitem1 and menuitem2. And the third menuitems …

Member Avatar for mirzamujib
0
140
Member Avatar for krunalkakadia

hi all, I have to made a piechart in highchart control for asp.net? any one have work in it?any source code or help will be appreciated? thank you, KK

Member Avatar for Vangi
0
535
Member Avatar for jasleen_kaur

Ok I have Googled for the answer but couldn't find one. I want to run my project on another computer without visual studio. I have created a setup file but after installing also i need visual studio.Isn't there any another way round?

Member Avatar for Reverend Jim
0
153
Member Avatar for Aviplo

I have created the main.aspx as a template and main.aspx has a table with a menu on the side, and a footer. The main part of the page is blank for the body. then i include testmenuright.ascx in the allocated section of the table in main.aspx. now i want to …

Member Avatar for sufyan2011
0
142
Member Avatar for bhagawatshinde

Hi, How to show dropdownlist first item blank . can i set the index property to -1 instead of 0.

Member Avatar for bhagawatshinde
0
80
Member Avatar for johnt68

Hello I keep getting the error below. I have been googling all night and still cannot find the answer and so would appreciate any help. I have a grid view attached to a drop down list called "ddl1" through object data sources. "title" is the string that I am passing …

0
86

The End.