User Profile

Collapse

Profile Sidebar

Collapse
bansari
bansari
Last Activity: Jan 19 '11, 08:27 AM
Joined: Jul 23 '10
Location: Gujarat,India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bansari
    started a topic Is there any alternative of webparts in asp.net?
    in .NET

    Is there any alternative of webparts in asp.net?

    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.
    See more | Go to post

  • bansari
    replied to Server Error in '/Webpart' Application ????
    in .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"
    ...
    See more | Go to post

    Leave a comment:


  • bansari
    started a topic Server Error in '/Webpart' Application ????
    in .NET

    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.
    See more | Go to post

  • bansari
    replied to Server Error in '/rss1' Application.
    in .NET
    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
    ...
    See more | Go to post
    Last edited by Frinavale; Nov 11 '10, 02:30 PM. Reason: update

    Leave a comment:


  • bansari
    replied to Server Error in '/rss1' Application.
    in .NET
    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">
    ...
    See more | Go to post

    Leave a comment:


  • bansari
    started a topic Server Error in '/rss1' Application.
    in .NET

    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; 
        }
    and it is showing following error while viewing in browser:...
    See more | Go to post

  • Thank you So much!! :)
    See more | Go to post

    Leave a comment:


  • bansari
    started a topic stored procedure parameter expected error !!!
    in .NET

    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
    -----------------------------------------------------...
    See more | Go to post

  • Can you help with some code? means as i m novise.i dnt know how i would change Url to next image ?
    See more | Go to post

    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!
    See more | Go to post

  • bansari
    started a topic How to set background image for web page in c#.net?
    in .NET

    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!!
    See more | Go to post

  • bansari
    replied to i m unable to solve this problem in netbeans:
    in Java
    Thank you for suggesting me right path.It will be beneficial for me.It is good that expert person helps to novice too.
    See more | Go to post

    Leave a comment:


  • bansari
    replied to how to develop application using MVC pattern?
    in Java
    i m asked to use NetBeans IDE 6.5 only....
    See more | Go to post

    Leave a comment:


  • bansari
    started a topic how to develop application using MVC pattern?
    in Java

    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????
    See more | Go to post

  • 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???
    See more | Go to post

  • bansari
    replied to i m unable to solve this problem in netbeans:
    in Java
    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....
    See more | Go to post

    Leave a comment:


  • bansari
    replied to How to develop programming logic.
    Very nice advises...thank s to all experts who r willing to encourage infants of programming.....
    See more | Go to post

    Leave a comment:


  • bansari
    started a topic i m unable to solve this problem in netbeans:
    in Java

    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...
    See more | Go to post

  • 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";
    ...
    See more | Go to post

  • 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,...
    See more | Go to post
No activity results to display
Show More
Working...