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
N

nithydurai

@nithydurai
About
Posts
97
Topics
68
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DotNetNuke
    N nithydurai

    Hai, I am a beginner in DotNetNuke... I can add .ascx file one by one... but i want to add module of .ascx file in DotNetNuke... For Example if I add Registration module then automatically inherit related file also... Please help me How its Possible Thanks in advance D.Nithya

    ASP.NET help tutorial learning

  • detect bluetooth device
    N nithydurai

    How can i detect bluetooth device and transfer the data from Pocket PC in C#

    C# csharp question

  • detect bluetooth device
    N nithydurai

    How can i detect bluetooth device and transfer the data from Pocket PC in C#

    ASP.NET csharp question

  • Reportviewer Print Option
    N nithydurai

    How can I show a printbutton in a rsweb:ReportViewer? It shows the report and the other options, but no print button is shown. I tried ShowPrintButton = "True" <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="625px" Width="684px" ShowPrintButton="True" ShowPageNavigationControls="True" ShowBackButton="True" ShowCredentialPrompts="True" ShowDocumentMapButton="True" ShowExportControls="True" ShowFindControls="True" ShowParameterPrompts="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="True" > <LocalReport> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="Reports_DAL_ClientList" /> </DataSources> </LocalReport> </rsweb:ReportViewer>

    ASP.NET question sysadmin

  • Restrict file size
    N nithydurai

    I am trying to upload files in my application using ASP.NET. I need to restrict the file size to 11 MB. But i am unable to restrict the size

    ASP.NET csharp asp-net

  • how to direct web.config to use sections in subfolders
    N nithydurai

    I am working on a DLL that will be licensed per domain and am trying to figure out the best way to handle subdomains. How are sub-domains typically setup? I thought something like c:\websites\domainX\www -> virtual directory for www.domainX.com c:\websites\domainX\store -> virtual directory for store.domainX.com Where would the DLL need to be so both "web sites" can use its functionality? Or should the sub domain be setup directly under the www directory c:\websites\domainX\www\store -> virtual directory for store.domainX.com if the bin folder is also under \www will the subdomain site still have access to it? I think if someone navigates to www.domainX.com/store the answer is Yes but if they navigate using store.domainX.com the answer would be No because the root folder is now the Store folder. I currently only have access to XP and IIS5 for development. How can I emulate subdomains in this environment?

    ASP.NET help tutorial

  • how to direct web.config to use sections in subfolders
    N nithydurai

    I have a web.config Root folder of my application and another web.config in a sub folder. I want the sub folder to use the web.config present in the Root.. can you help to me.....

    ASP.NET help tutorial

  • Can you help to me
    N nithydurai

    i create the reseller account... i wil give one aspx page to reseller..... image folder have in root directory how to access the image folder on reseller .aspx page... Image1.ImageUrl = Page.ResolveUrl("~/image/02.gif"); how to share a web.config file in different path..

    ASP.NET help

  • Can you help to me
    N nithydurai

    If I create the web page inside a folder on the root, ... Create image folder in root file only... Now i run directly on subfolder page... i am not get the image from image folder.... Can you help to me

    ASP.NET help

  • domain check availability
    N nithydurai

    Hi everyone....is there any one having idea of domain check availability code in asp.net using C#.... I have a TextBox where user can enter the domain name as their wish.....and the next control is the DropDownList where user can select the extensions like .org,.com,.net etc and also there is a submit button and once if any one hit the submit button it shows whether the domain is available or not...and it should shows the result in the label..If anyone can help me out..and surely it will be appreciated...Advance thanks....

    ASP.NET csharp asp-net com help

  • Problem in Date Format
    N nithydurai

    i think u are create the date column in string format....

    ASP.NET help sysadmin

  • Problem in Date Format
    N nithydurai

    create the date column in Datetime type.... eg create table tablename(date datetime)

    ASP.NET help sysadmin

  • Model pop up
    N nithydurai

    I need help in the ASP.Net Code, I have a web page where in there's a Dropdown box it's filled with some data during page load when the user changes any value of the Dropdown it should show an modelpopup depends upon the dropdownvalue....

    ASP.NET

  • Authentication
    N nithydurai

    i want to set Authentication in web.config..... how to set Authenticated? can u help to me..... if(Page.User.Identity.IsAuthenticated) { }

    ASP.NET

  • webparts
    N nithydurai

    how to enabled personalization ... can you explain to me...

    ASP.NET

  • Can't send mail on localhost
    N nithydurai

    MailMessage mail = new MailMessage(); mail.To.Add("demo@gmail.com"); mail.From = new System.Net.Mail.MailAddress("from@gmail.com"); mail.Subject = "Subject"; mail.Body = "hello, this is test mail"; mail.IsBodyHtml = true; SmtpClient client = new SmtpClient(server name); client.Credentials = new NetworkCredential("username", "password"); client.Send(mail); Response.Write("send mail!");

    ASP.NET

  • webparts
    N nithydurai

    I've got a web page. On this page, I drag a Web Part Manager. I then drag a Web Part Zone. I drag a Calendar control on this zone. In the design mode I see a minimize/close buttom but when I run the page I don't see it. i got this Error.. The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user. Parameter name: value What am I doing wrong?

    ASP.NET

  • Error
    N nithydurai

    I'm trying to a rather odd conversion: a set of wmv to FLVs transport streams. The command I'm using is: Most of the time it works. However, some FLVs are encoded differently than others, and I sometimes get this error: fmpeg.StartInfo.Arguments = " -i " + video + " -s 480*360 -deinterlace -ab 32 -r 15 -ar 22050 -ac 1" + mpg; FFmpeg version Sherpya-r13537, Copyright (c) 2000-2008 Fabrice Bellard, et al. libavutil version: 49.6.0 libavcodec version: 51.57.0 libavformat version: 52.14.0 libavdevice version: 52.0.0 libavfilter version: 0.0.0 built on May 29 2008 21:35:56, gcc: 4.2.3 Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from 'D:\finalconverter\inputfolder\movie.wmv': Duration: 00:04:49.94, start: 5.000000, bitrate: 78 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 58 kb/s, 15.00 tb(r) Output #0, flv, to 'D:\finalconverter\outputfolder\movie.flv': Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 15.00 tb(c) Stream #0.1: Audio: libmp3lame, 16000 Hz, mono, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libmp3lame @ 00B13560]flv does not support that sample rate, choose from (44100, 22050, 11025). Could not write header for output file #0 (incorrect codec parameters ?) Why isn't the command working?

    ASP.NET docker help question announcement

  • execute in ffmpeg
    N nithydurai

    How to execute in ffmpeg in online server

    ASP.NET sysadmin tutorial

  • convert .avi to .flv
    N nithydurai

    i written the coding to convert any video file into .flv format using ffmpeg... its working well in local server... but not working on online server..... can you give any idea..

    ASP.NET sysadmin
  • Login

  • Don't have an account? Register

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