Hi..
I want to make a portal in which company wants dashboard like design.one option is to use web parts but what is problem in that we have more than 5000 users who will use it,so may be personalizing web parts will take a lot time.
i also suggested to use silverlight but manager told its not possible to install it on 5000 and more users.
so..if u know any other options kindly help.
User Profile
Collapse
-
Is there any alternative of webparts in asp.net?
-
I got it's solution:It may helpful to others having same problem.
Do the following changes in your web.config file.
before change it was like this:
Code:<pages> <controls> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add tagPrefix="asp"
-
Server Error in '/Webpart' Application ????
my simple page redirects to the page wich contains webparts in it.
i m getting such error.plz help me.
-----------------------------------------
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. -
hey folks!! i got its reason..and sharing you so if one have same problem than one has not to waste time :
do the following change in web.config file of your application:
put your connection string,and other related info instead mine.
Code:<connectionStrings> <clear/> <add name="LocalSqlServer" connectionString="data source=xxx.xxx.xxx.xxx;database=test;user id
Leave a comment:
-
No database is included.
This is my scource page.and i havent used database .i have just drag and drop the controls on my page.And my server is available.Code:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="home.aspx.cs" Inherits="home" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Leave a comment:
-
Server Error in '/rss1' Application.
Hello...in mya "home.aspx" page i have included webpart manager,and webzones.and i have also write the following code in my page.still it is showing me this srror.plz help me out.
Code:protected void Page_Load(object sender, EventArgs e) { WebPartManager1.DisplayMode =WebPartManager1.DisplayMode; }
-
-
stored procedure parameter expected error !!!
Hi..i tried to make insert stored procedure.
-------------------------------------------------------
ALTER PROCEDURE [dbo].[insert_empdata]
(
@empno int,
@empname varchar(100),
@emppassword varchar(100),
@empdob varchar(100)
)
AS
BEGIN
insert into Emp_3Tier values(@empno,@ empname,@emppas sword,@empdob)
END
-----------------------------------------------------... -
Can you help with some code? means as i m novise.i dnt know how i would change Url to next image ?Leave a comment:
-
How to change a web page's background image according to time
hi..i am asked to change the homepage's background image on each hour.i am using c#.and visual studio 2008.
Is it possible with timer control?if yes then how?
And is there any other way? kindly help.plz.thanks in Advance! -
How to set background image for web page in c#.net?
hi i m novise to asp.net...i want to set backroung image to my web page.i tried by page's property->Background..bu t it is not being visible in browser(ie & mozilla).kindly help..Advance thanks!! -
Thank you for suggesting me right path.It will be beneficial for me.It is good that expert person helps to novice too.Leave a comment:
-
-
how to develop application using MVC pattern?
hello...
i m asked to make an application which have display,insert, update,and delete button and when we click on particular button database operation should b done...with use of beans and MVC Pattern..how to do it???? -
Image is not shown in IE7.it is visible in mozilla?
hello frnds...i develop small website (www.4site.co.i n)in html..the image which is in center of page is visible in mozilla but not in IE7. what should I do??? -
hi...i was doing small mistake that was ...i didn't copied the jar file of postgreSQL to this project's library..it was not getting driver which is in line 24.
Thank u....Leave a comment:
-
Very nice advises...thank s to all experts who r willing to encourage infants of programming.....Leave a comment:
-
i m unable to solve this problem in netbeans:
Get the operation to be done from the command line in the following format:
D for Delete
U for update
I for Insert
For delete operations get the userid from the command line and delete the record.
For the update and insert operations get the following information from the command line and insert the record.
Name:
Birth date:
SSC Percentage:
Fees:
Last accessed time:
Decide on the format... -
Runtime errors while getting property file in netbeans 6.5
This Is My CODE::
Code:package assign21; import java.io.FileInputStream; import java.util.*; import java.sql.*; public class WithPropertyFile { String driver=null; String url = null; String username = null; String psword = null; String propFile="D:/Bansari_Trainee/bansari_assign/Assign 2/Assign 2.1/assign2.1/src/assign21/DataProperty.properties";
-
How do I add date with timestamp? I am getting an error while inserting row
ERROR: value too long for type character varying(8)
********** Error **********
ERROR: value too long for type character varying(8)
SQL state: 22001
I used following script to add a Row:
INSERT INTO tbluser(
userid, username, password, name, birthdate, sscper, fees,
lastaccessedtim e)
VALUES (1, 'elitecore','el ite', 'Elitecore', '2003-1-1',88.1,700.50,...
No activity results to display
Show More
Leave a comment: