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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
G

getaccessyr

@getaccessyr
About
Posts
26
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • aspx pages are not able to browse from IIS
    G getaccessyr

    HI ALL, When i am trying to browse aspx page frm a virtual directory in iis,i am getting it as page cannot be displayed .but when i try to browse html page frm same path then i can able to see can any one tell me what might be the problem? thanks in advance

    ASP.NET html windows-admin help question

  • Generate Dynamic controls using XSLT
    G getaccessyr

    Hi All, I need to Generate controls like Label,Textbox dynamically using XSLT.As I am new to XSLT.I dont know how to get this,Can any one suggest me how can i do this and in how many ways we can get this. I have to create a control including its properties dynamically like ID,name,textmode etc.. using XSLT code. Thanks In Advance

    XML / XSL xml tutorial question

  • Adding asp controls using Javascript
    G getaccessyr

    hi Abhishek, Thankyou for your reply... Dont think in other way for my reply which i gave earlier ok. If u got hurted, Sorry for that.......... Wish u a Happy Christmas n New Year In Advance :)

    ASP.NET csharp javascript asp-net docker help

  • Adding asp controls using Javascript
    G getaccessyr

    ThankYou

    ASP.NET csharp javascript asp-net docker help

  • Adding asp controls using Javascript
    G getaccessyr

    Thanks For ur reply Abhishek.. I know how to do that in server side but according to our requirement No postback shud happen in the page.As I dont know ways that how we have to do that using only javascript, i posted here ok.It doesnt mean that I dont know ASP.NET.if you know try to reply with better ways to get the solution without any postbacks just tell me.Remind that NO one is efficient as they think themselves ok,Even you. If you dont know solutions then you dont reply ok

    ASP.NET csharp javascript asp-net docker help

  • Adding asp controls using Javascript
    G getaccessyr

    Hi All, I need help regarding Javascript in asp.net. According to my requirement,we have to create a toolkit which is in one usercontrol and if we click on one control of the Toolkit.It shud add the control to the Container i.e.,Div of the Page,in which we are using this Toolkit Usercontrol,and User wants to add more than one control of same type then it should increment ID's of control automatically Like if Useradded one control then ID will be label1 if he adds another one then it will be label2 and so on. Please I need this help ASAP.Can any one help me? Thankyou In Advance

    ASP.NET csharp javascript asp-net docker help

  • getting an issue when we click on back button of the browser
    G getaccessyr

    Hi All, According to our requirement we are showing highslide when we click on button,this button which is a control of a datalist.we are getting the highslide with the necessary information when we click on the button. But the thing is when we click on "prev"/"Go back" button of the browser which we can see in all browsers. It is again loading the highslide,where we are calling the function in the Button "showhighslide". I dont know what might be the problem? Can any one help me?:confused: Thankyou In Advance.

    ASP.NET help question

  • Activate account in a site
    G getaccessyr

    Hi All, In our website, we have to provide activating new users account. i.e.,In a website if any new user registers we will send the mail right that is ok but we have to send a mail to activate the useraccount.Can any one please tell how to do that ASAP? thanks in advance

    ASP.NET tutorial question

  • Redirect from one page of a one project to another page of another project in same solution
    G getaccessyr

    Ya i know that Still i need few ways to get that like thru code not giving directly like response.redirect("http://www.microsoft.com"); Thats y i mentioned in the Question that in how many ways we can get that?n which will be better?

    ASP.NET tutorial question

  • Redirect from one page of a one project to another page of another project in same solution
    G getaccessyr

    Hi friends, I want to know How to Redirect from one page eg: 1.aspx of a one project to another page like 2.aspx of another project in same solution,when we click on a link of 1.aspx? Can any one tell me? In how many ways we can get that and which will be the better one? Thankyou In Advance

    ASP.NET tutorial question

  • Save multiple values
    G getaccessyr

    Right now i am binding conrols dynamically in a page , according to the controlids in DB we r binding different controls. so,if in one page if we have multiple DRopdownlist then how to store those values. Right now i am saving values in viewstate for tha dropdownlist. but viewstate can hold one value right so i need alternate solution can any one know?

    ASP.NET tutorial question

  • Save multiple values
    G getaccessyr

    Hi, Thankyou for ur reply. Yes we can do the same if the controls which we r binding will be static. but we have to bind dynamic controls,in that case if in same page we have multiple dropdowns then we need to save those values. I need that.

    ASP.NET tutorial question

  • Save multiple values
    G getaccessyr

    Hi All, Can i know how to save multiple values in a singleproperty? i know we cant use viewstate for that? please let me know asap if any alternate way is there? Thanks In advance

    ASP.NET tutorial question

  • How to redirect to previous usercontrol when clicked on a "Back" Button
    G getaccessyr

    Hi All, According our requirement we have to use three UserControls in a page,like Categories,shops,and few features as three usercontrols respectively.in the same page if select categories and click on next button it shud show next usercontrol then we have to select shops and if click next,it shud go to features control fine. Now again i want to come back the previous control if we select "Back" button Can i do the "Back"-button thing as i am doing now for "Next" -button,i mean i coded everything to get the next control.Like wise i can get previous too But i want to know whether any other way is there to get this? Let me know,if there Thanks In Advance, Yamuna

    ASP.NET tutorial question

  • how to add int Value
    G getaccessyr

    hi Thanks for your reply how can we get the NoofPages count here thru when case? explain in detail. regards, Yamuna

    Database tutorial question

  • how to add int Value
    G getaccessyr

    Create PROCEDURE [dbo].[WidgetServer_GetAllShopList_FR] ( @CatalogID nvarchar(max), @PageSize INT, @PageIndex INT, @NoOfPages INT OUTPUT ) AS DECLARE @StartRowIndex INT DECLARE @Delimiter CHAR DECLARE @iIndex SMALLINT DECLARE @iCatalogId INT DECLARE @iNoofPages INT -- DECLARE @CatalogID nvarchar(max) --DECLARE @PageSize INT --DECLARE @PageIndex INT --DECLARE @NoOfPages INT -- SET @CatalogID='1,2,3'; -- SET @PageIndex = 1; -- Set @PageSize = 5; SET NOCOUNT ON; SET @StartRowIndex= ((@PageIndex * @PageSize) + 1); BEGIN SET @Delimiter = ',' WHILE @CatalogID <> '' BEGIN SET @iIndex = CHARINDEX(@Delimiter, @CatalogID) IF @iIndex > 0 BEGIN SET @iCatalogId = LEFT(@CatalogID, @iIndex-1) SET @CatalogID = RIGHT(@CatalogID, LEN(@CatalogID) - @iIndex) END ELSE BEGIN SET @iCatalogId = @CatalogID SET @CatalogID = '' END BEGIN SET @iNoofPages = (SELECT ISNULL((SELECT ((COUNT(*) / @Pagesize) + CASE WHEN (COUNT(*) % @Pagesize) > 0 THEN 1 ELSE 0 END) FROM dbo.Shops INNER JOIN Folder ON Folder.ShopID = Shops.ShopID INNER JOIN [Catalog] ON Catalog.CatalogID = Folder.CatalogID WHERE Catalog.CatalogID = (@iCatalogId) AND dbo.Shops.[Status] = 1),0)); END SELECT Distinct Shops.ShopName_FR as ShopName, Shops.ShopID,Catalog.CatalogID, Catalog.CatalogName_FR as CatalogName, Folder.FolderName_FR as Folder FROM Catalog INNER JOIN Folder ON Catalog.CatalogID = Folder.CatalogID INNER JOIN Shops ON Folder.ShopID = Shops.ShopID Where Catalog.CatalogID = (@iCatalogId) END END In this while looping first we will get NoofPages=4 and then 2 I need to add those to values and get in NoofPages Can any one tell me how? Yamuna

    Database tutorial question

  • Insert <br> for every 10 characters of asp label in C#.net</br> [modified]
    G getaccessyr

    Hi, I know that the problem is with the code i used StringList.Add(source.Substring(a, 10)); i tried in other way too,but i dint get the required solution it is failing in other way if any one knows the exact solution plz reply me thanks in advance yamuna

    ASP.NET csharp help database wpf wcf

  • Insert <br> for every 10 characters of asp label in C#.net</br> [modified]
    G getaccessyr

    Hi All, I need to add "
    " i.e. break for every 10characters of text in label which we are binding data from Database.so that the after every 10th character remaining characters will come in next line. i wrote a code but if we have to enter characters as multiples of 10 else it gives error my code is: public static string WrappableText(string source) { //string nwln = Environment.NewLine; //return source.Replace(nwln, "<br />"); ArrayList StringList = new ArrayList(); int a=0; for (int i = 1; i <= 10; i++) { StringList.Add(source.Substring(a, 10)); a += 10; } System.Text.StringBuilder newstring = new System.Text.StringBuilder(); while (StringList.Count>0) { newstring.Append(StringList[0].ToString() + "<br>"); StringList.RemoveAt(0); } return newstring.ToString(); } Is it possible to do? Can any one help me? Thanks In Advance yamuna

    modified on Thursday, October 8, 2009 10:46 AM

    ASP.NET csharp help database wpf wcf

  • Instead of http://localhost:3112/ I need to use the Current servername
    G getaccessyr

    Hi Abhijit, Thanks for your reply We are using FSI viewer in Our application so we are using the Code which i posted in the message if you want you can view the Message again.To bind the image dynamically we have to use that code. If u want explanation about FSI viewer i will give you not understood. Instead of http://localhost:3112/ this i need to use that too dynamically i have to get. regards, Yamuna

    ASP.NET adobe com design tools question

  • Instead of http://localhost:3112/ I need to use the Current servername
    G getaccessyr

    Hi All, In my Application we are using flash files,in that if we click on the flash image it should redirect to another page in new window,so to do that we are doing like this: string sFlashObject = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0\\" height=\"195\" width=\"220\"> " + "<param name=\"movie\" value=\"http://ebutler.be/erez/fsi/fsi.swf?autobooklet=true&amp;src=http://www.ebutler.be/erez&amp;pages\_dir=" + hfImageFilePath.Value + "&cfg=pages_presets/thumbnail.fsi&MouseModes_Mode2=0& pages_demourl=http://localhost:3112/UI/FSIViewer.aspx?FolderID%3D" + hfFolderId.Value + "&pages_demourltarget=_new\"> " + "<param name=\"wmode\" value=\"transparent\"> " + "<embed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1\_Prod\_Version=ShockwaveFlash\\" wmode=\"transparent\" src=\"http://ebutler.be/erez/fsi/fsi.swf?autobookletId=true&amp;src=http://www.ebutler.be/erez&amp;pages\_dir=" + hfImageFilePath.Value + "&cfg=pages_presets/thumbnail.fsi&MouseModes_Mode2=0& pages_demourl=http:///localhost:3112/UI/FSIViewer.aspx?FolderID%3d" + hfFolderId.Value + "&pages_demourltarget=_new\" height=\"195\" width=\"220\"> " + "</object>"; In the above script you can notice that i gave demourl as: "http:///localhost:3112 /UI/FSIViewer.aspx?FolderID%3d" Instead of this i need to show Servername where ever we open the application Thanks In Advance Yamuna

    ASP.NET adobe com design tools question
  • Login

  • Don't have an account? Register

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