Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

smita_roy

@smita_roy
About
Posts
40
Topics
33
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Check constraint with condition
    S smita_roy

    I want a create a constraint such that if value of cola='Y' then value of colb cannot be null.Please help

    Database help

  • convert dataview to dataset
    S smita_roy

    how can i convert a dataview to a dataset

    ASP.NET question

  • Drop down in template column
    S smita_roy

    how do i cal the second drop down that is the problem .How do i identify the control which is inside a datagrid

    ASP.NET help question

  • Drop down in template column
    S smita_roy

    I have two drop down in a datagrid.What i want when i select an item from the first the second one should be populated accordingly.My problem is i have created an event handler for the first drop down but how do i call the second drop down to populate

    ASP.NET help question

  • Email problem with ASP.NET 2.0 (VB)
    S smita_roy

    try this Try Dim smtpserver As Web.Mail.SmtpMail Dim mesg As New Web.Mail.MailMessage smtpserver.SmtpServer=strsmtpserver mesg.From = mailFrom mesg.To = mailto mesg.Subject = subj mesg.Body = messg smtpserver.Send(mesg) i = "Mail Sent" Catch i = "Failed to send Mail" End Try Remember that ur mail id should be a part of the smtp server e.g if ur id is xzy@yahoo.com then smtp server should be of yahoo else u will get the relay error message

    ASP.NET csharp asp-net database com testing

  • Update a Resource File
    S smita_roy

    I have created a resource file using resource writer .Now after some time i want to change the value for a key at runtime how do i do it i.e after complilation

    ASP.NET question announcement learning

  • optimize this query
    S smita_roy

    i have to keep it at the start as it is required

    Database database code-review

  • optimize this query
    S smita_roy

    this query takes a lot of time .How do i optimize this

    Database database code-review

  • optimize this query
    S smita_roy

    select * from premium where Reg_Number_Vehicle like '%PB-1-AD-511%' or Reg_Number_Vehicle like '%PB-1-AU-396%' or Reg_Number_Vehicle like '%PCL-6888 %' or Reg_Number_Vehicle like '%PB-1-AP-535%' or Reg_Number_Vehicle like '%PB-1-AV-223%' or Reg_Number_Vehicle like '%PIM-224 %' or Reg_Number_Vehicle like '%CHE-5851 %' or Reg_Number_Vehicle like '%PCS-5569 %' or Reg_Number_Vehicle like '%PJL-161 %' or Reg_Number_Vehicle like '%CH-3-B-99%' or Reg_Number_Vehicle like '%PB-1-AC-198%' or Reg_Number_Vehicle like '%PB-1-AL-87%'

    Database database code-review

  • Image in Crystal report not visible
    S smita_roy

    I am using Crystal Report 10.I am using image in it .This image is visible on the local web server.But when i am hosting it on my main web server these images are not visible.What could be the problem.The path of the picture is some png file.Which is present both one the local server and web server

    ASP.NET sysadmin hosting help

  • The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    S smita_roy

    I am to create reports but not able to deploy it .I get the error The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. How to solve this

    Visual Basic sysadmin help tutorial announcement

  • business intelligence project type missing in vs 2003
    S smita_roy

    business intelligence project type is missing in vs 2003.How do i get it

    Visual Basic visual-studio business question

  • SQL Server does not exist or access denied.
    S smita_roy

    This thing is very strange.I have been using the following connection string all these days data source=server;initial catalog=NIA;password=tpassword;persist security info=True;user id=sa But now all of my .net application is not getting connected to sqlserver [SqlException: SQL Server does not exist or access denied.] System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472 System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372 System.Data.SqlClient.SqlConnection.Open() +384 NewNia.WebForm2.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\NewNia\WebForm2.aspx.vb:40 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +731 Though i can acces my server through query analyzer.Please help

    Database database csharp sql-server design sysadmin

  • Optimizing my query
    S smita_roy

    I have a table which has 1 Cr records .Now i have a query which has joins on 3 tables includung the one that has the large number of records.The select fields remain the same but the fields in where condition changes as per user selection.I have created a view when there is no where condition and this works fast.But now what do i do when there is a where condition.This query takes 9 min.I have already applied indexes

    Database database

  • Filegroup full error
    S smita_roy

    I have hard disk of 40 gb for d:.Now i am creating a test environment for a database that should hold more than 1 cr records in one of the tables.I am imorting data from flat files .It gives me primary filegroup full .So i created a secondary filegroup and created the table in this filegroup.After 40 lakh data the hard disk space left is 32 gb still it gives me filegroup full error while importing data.Databse growth is unrestricted.help

    Database help database workspace

  • How to display images till my query is executed
    S smita_roy

    Hi I have never done this and think the solution should be very simple.Now i have a query which say takes 5 min to excute what i want is mean while the query is exceuted and the data is loaded an image should be dispalyed and once the query is complete the image should go and the data should come

    ASP.NET database tutorial

  • Timeout Expired" message when executing program with SQL database call
    S smita_roy

    Hi, I have a C# program that I am using to access a SQL database. The problem is one of the queries takes a reasonable long time (about 5mins in SQL query analyzer), but when I run my program it keeps throwing an exception of "Timeout Expired" I thought that by increasing the "Connect Timeout=600" to 600 would cure it but it doesn't. Help!

    ASP.NET database help csharp

  • Exporting data from a paged datagrid to excel
    S smita_roy

    Hi I am using the following piece of code to export my data to an excel file Response.ContentType = "application/vnd.ms-excel" ' Remove the charset from the Content-Type header. Response.Charset = "" ' Turn off the view state. Me.EnableViewState = False Dim tw As New System.IO.StringWriter() Dim hw As New System.Web.UI.HtmlTextWriter(tw) ' Get the HTML for the control. DataGrid1.RenderControl(hw) ' Write the HTML back to the browser. Response.Write(tw.ToString()) ' End the response. Response.End() This works fine if there is only one page of data but when it has multiple pages it gives me the following error Control 'DataGrid1__ctl24__ctl1' of type 'DataGridLinkButton' must be placed inside a form tag with runat=server. How do i resolve this issue

    ASP.NET help html design sysadmin question

  • cumulative aggregate queries in transact-sql
    S smita_roy

    how do i generate cumulative aggregate queries in transact-sql

    Database database question

  • uploading heavy files
    S smita_roy

    How to upload heavy files more than 6 mb in .net

    ASP.NET csharp tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups