User Profile

Collapse

Profile Sidebar

Collapse
preeti13
preeti13
Last Activity: Mar 13 '08, 02:59 PM
Joined: Aug 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Having a problem to display the report on the reopt server

    Hi friend need you help again.i am tring to display the reprot from the report server but getting the error. Error is this :
    A data source instance has not been supplied for the data source 'Adventurework_ vProductAndDesc ription'. and my code is like this
    Code:
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    ...
    See more | Go to post

  • preeti13
    started a topic The request failed with HTTP status 404: Not Found
    in .NET

    The request failed with HTTP status 404: Not Found

    Hi friends i am having a problem.try to run the my code but getting this error please help me out with this.how i can solve this error.

    The request failed with HTTP status 404: Not Found.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Net.WebE xception:...
    See more | Go to post

  • preeti13
    started a topic Problem with ReportViewer at deploy
    in .NET

    Problem with ReportViewer at deploy

    Hi friends need your help. I have a page that is using a ReportViewer control. When the page is accessed from the uncompiled version it works witout problems but when the page is accessed from the precompiled version from deploy (publish web site or setup) I recieve the folowing exception:

    Compiler Error Message: CS0426: The type name 'Report' does not exist in the type 'Microsoft.Repo rting.WebForms. Report'. Please help me with that...
    See more | Go to post

  • preeti13
    replied to problem with search application
    in .NET
    thanks so much it worked for me thanks once again to helping me with this problem
    See more | Go to post

    Leave a comment:


  • preeti13
    started a topic problem with search application
    in .NET

    problem with search application

    hi friends please help me with my problem i have a code for search application it is searching one record from the data base at a time but i have so many records with that name but its not searching the whole list please help me how i can search the whole list of the same names
    my code is like this
    Code:
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Report.aspx.cs" Inherits="SearchReport.Report"
    ...
    See more | Go to post

  • preeti13
    started a topic help with IF statement
    in .NET

    help with IF statement

    Hi friends i need a help with if statement iam try to do if record is exist then display the msg but getting the error .The type or namespace name 'Exist' could not be found (are you missing a using directive or an assembly reference?)

    my code is like this

    Code:
    	private void cmdAdd_Click(object sender, System.EventArgs e)
    		{
    		
    			SqlConnection oConn=new SqlConnection(System.Configuration.ConfigurationSettings.AppSettings["oConn"]);
    ...
    See more | Go to post

  • thansk for the reply but still not working now the code is like this

    Code:
    string eomid;
    			eomid = Request.QueryString["eomid"];
    and on the aspx page i am using this

    Code:
    <asp:textbox id="txttest" Runat="server" Visible="False"  OnDataBinding ='<%# DataBinder.Eval(Container.DataItem,"eomid")%>'></asp:textbox>
    ...
    See more | Go to post

    Leave a comment:


  • Hi Please help how i can solve the problem how i can get the value .My probelm is right here

    Code:
    string eomid;
    			eomid = Request.QueryString["eomid"];
    See more | Go to post

    Leave a comment:


  • Hi sir

    I think the problem is after the button click. some where here.but i am not able to figured out the probelm. please help me


    Code:
    	private void cmdSubmit_Click(object sender, System.EventArgs e)
    		{
             
              string eompid;
    eompid = Request.QueryString["eomid"];
    			   
    			SqlConnection oConn=new SqlConnection(System.Configuration.ConfigurationSettings.AppSettings["oConn"]);
    ...
    See more | Go to post

    Leave a comment:


  • Object reference not set to an instance of an object.

    Hi friends i am getting the error please help me out with this my code is here
    Code:
    <%@ Page language="c#" Codebehind="Accomplishment.aspx.cs" AutoEventWireup="false" Inherits="Accomplishments.Accomplishment" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    <HTML>
    	<HEAD>
    		<title>Accomplishment</title>
    ...
    See more | Go to post

  • preeti13
    replied to The server tag is not well formed.
    in .NET
    Hi it is pointing this line

    Code:
    <td><asp:textbox id="txttest" Runat="server" Visible="False"  OnDataBinding ="'<%# DataBinder.Eval(Container.DataItem,"eomId")%>'"></asp:textbox></td>
    See more | Go to post

    Leave a comment:


  • preeti13
    started a topic The server tag is not well formed.
    in .NET

    The server tag is not well formed.

    Hi friends i am getting the error into my applictaion The server tag is not well formed.i am trying to get the eomid here is my code please help me friends.
    Code:
    Page language="c#" Codebehind="Accomplishment.aspx.cs" AutoEventWireup="false" Inherits="Accomplishments.Accomplishment" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    <HTML>
    ...
    See more | Go to post

  • preeti13
    replied to Getting the Null value error
    in .NET
    i am really sorry i should check first before post the question once again i am sorry
    See more | Go to post

    Leave a comment:


  • preeti13
    started a topic Getting the Null value error
    in .NET

    Getting the Null value error

    Hi guys i am here with my another probelm please help me.trying insert the value into the data base but getting the null value error .I am getting thsi error
    Code:
    Cannot insert the value NULL into column 'EmployeeID', table 'Accomplishments.dbo.Accomplishment'; column does not allow nulls. INSERT fails. The statement has been terminated.
    and my code is this
    Code:
    using System;
    using System.Collections;
    ...
    See more | Go to post

  • preeti13
    replied to Compilation Error
    in .NET
    hey now error is changed it is show this error now
    Code:
    Compiler Error Message: CS0246: The type or namespace name 'Text' could not be found (are you missing a using directive or an assembly reference?)
    what should i do with this please help me
    See more | Go to post

    Leave a comment:


  • preeti13
    replied to Compilation Error
    in .NET
    hey do you know which property do i need to use instead of Container.DataI tem because i tried so many things but did not get the right anwers please me .
    See more | Go to post

    Leave a comment:


  • preeti13
    started a topic Compilation Error
    in .NET

    Compilation Error

    Hi friends i am getting the error in my application i don't know what to do please help me.i am useing a data bimder into my text box here is the my code

    Code:
    <%@ Page language="c#" Codebehind="Accomplishment.aspx.cs" AutoEventWireup="false" Inherits="Accomplishments.Accomplishment" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    <HTML>
    ...
    See more | Go to post

  • preeti13
    replied to Getting the error for inseting the value
    in .NET
    i am getting this error don't what to do

    Cannot insert the value NULL into column 'EmployeeID', table 'Accomplishment s.dbo.Accomplis hment'; column does not allow nulls. INSERT fails. The statement has been terminated.
    See more | Go to post

    Leave a comment:


  • preeti13
    replied to Getting the error for inseting the value
    in .NET
    hey i have a employeeid too but i don't have a text box for that employeeid i need to pass the value to employeeid not know how i can do that please help me
    See more | Go to post

    Leave a comment:


  • hey you did not post your code you should post your code inside the code tags
    but anyways you can set the width of you data grid when you start to make your grid like
    <asp:datagrid id="something" wdith="700" >


    </asp:datagrid>

    try that one it may help .Next please post your code along with your question
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...